malta
Version:
Lightning builder allows to compose on the fly and update packed and full coded huge files, edit its parts as files, splitted and glued as You need.
19 lines (17 loc) • 326 B
CSS
body a {
background-color: #a00;
color: #ccc;
}
form input {
padding: 5px;
border: 1px solid;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
body{
background-color: #007;
/*font: 18px "Lucida Grande", Arial, sans-serif;*/
font: 18px "Verdana", Arial, sans-serif;
color:#0ff
}