styleguide
Css
code posted
by
Sydney
created at 15 Apr 15:25
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
body {background-color:#454845;font-family:arial;text-align:center;} body.left {background-color:lightgrey;font-family:arial;text-align:letf} head {text-align:center;} p {color:white} p.red {color:red;} p.white {color:white;} img.standard {width:100px;height:100px;float:left;border:2px solid black;} img.standardr {width:100px;height:100px;float:right;border:2px solid black;} table, th, td {border: 1px solid black;border-collapse:collapse;padding:5px;} th {text-align:left} ul#random li a {background-color:black;color:white;padding: 10px 23px;border-radius: 5px 5px 5px 5px; text-decoration:none;} ul#random li a:hover {background-color:purple} ul#random li {display:inline;} ul#arg1 {list-style-type: none; margin: 0; padding:0;} ul#arg1 li {float:left;} ul#arg1 a {display:block;width:100px;background-color:black; color:white;text-decoration:none;text-align:center;padding:10px;} ul#arg1 a:hover {background-color:purple} |
946 Bytes in 5 ms with coderay