Skip to content

Instantly share code, notes, and snippets.

@sadaco
Created May 22, 2012 14:41
Show Gist options
  • Select an option

  • Save sadaco/2769488 to your computer and use it in GitHub Desktop.

Select an option

Save sadaco/2769488 to your computer and use it in GitHub Desktop.
Variables - Simple CSS
#main {
width: 200px;
height: 200px;
background: #e1e1e1;
}
.textarea{
background: #2789b1;
width:150px;
height:80px;
margin:0px auto;
}
h1{
color:#e1e1e1;
text-align:center;
}
p{
color:#e1e1e1;
text-align:center;
}
a{
margin: 10px 0px;
display: block;
text-align: center;
color:#2789b1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment