Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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