Staticly

The essential repository for Front End Web Developers.

Easily link to what you need, when you need it.

W3CSS

A Quality Alternative CSS Framework by W3 Schools.

 

To get started, just link to the CSS file.

<link rel="stylesheet" type="text/css" href="https://w3css.storage.dah5.com/4.15/w3.css">

 

Find Out More

WebFonts

Using the right font for your project can make all the difference. Save less time finding and downloading fonts, by simply linking to the ones you wish to use, and applying them to the sections you need.

Get started with the Staticly Recommended font, Poppins.

<link rel="stylesheet" type="text/css" href="https://webfonts.storage.dah5.com/poppins/poppins.css">

Apply it using the included CSS class...

<span class="font-poppins">Poppins WebFont</span>

Or apply it manually in your own CSS styling...

<span style="font-family: 'Poppins', sans-serif;">Poppins WebFont</span>

Find Out More