Skip to content

Instantly share code, notes, and snippets.

@Ptico
Created November 28, 2014 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ptico/c76c6704fbd2349a27f5 to your computer and use it in GitHub Desktop.
Save Ptico/c76c6704fbd2349a27f5 to your computer and use it in GitHub Desktop.
.demo {
position: static;
display: block;
float: left;
clear: both;
box-sizing: border-box;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
margin: 5px;
padding: 5px;
border: 1px solid #fff;
border-radius: 4px;
font-size: 1rem;
text: {
align: left;
shadow: #000 1px 1px;
}
background: rebeccapurple;
&:before {}
&.small {}
a {}
p {}
.example {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment