Skip to content

Instantly share code, notes, and snippets.

@import url(http://fonts.googleapis.com/css?family=Open+Sans);
*, *::before, *::after {
box-sizing: border-box;
}
body {
background: #FDFDFD;
margin: 25px 0;
}
@CodeMyUI
CodeMyUI / css
Created July 15, 2015 23:58
Material Nav Header w/ Aligned Dropdowns by By Cole Waldrip : http://codepen.io/colewaldrip/pen/KpRwgQ
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Roboto', Arial, sans-serif;
background-color: #ebebeb;

Fill-'er-Up Loading Animation

This is a 100% CSS animated loading screen that takes up the entire viewport and looks really nifty.

Lots of magic numbers, but I am confident this can be just put wholesale into a project.

A Pen by Daniel "Orangestar" O'Day on CodePen.

License.