
2 changed files with 24 additions and 0 deletions
After Width: | Height: | Size: 2.8 KiB |
@ -0,0 +1,24 @@
|
||||
html, body {background:#000;color:#fff;} |
||||
|
||||
header {max-width:720px;margin:auto;text-align:center;} |
||||
section {max-width:720px;margin:auto;} |
||||
footer {max-width:720px;margin:auto;} |
||||
|
||||
a {color:green;text-decoration:none;} |
||||
ul {list-style:none;margin:0;padding:0;} |
||||
ul li {padding:0;margin:0;} |
||||
|
||||
|
||||
h1,h2,h3 { font-family:sans; } |
||||
h1 {font-size:3em;color:green;text-transform:uppercase;} |
||||
h2 {font-size:2em;color:white;} |
||||
|
||||
|
||||
img.imgCenter {padding:30px;} |
||||
|
||||
ul.listMenu li {color:white;margin-top:30px;cursor:pointer;transition:1s;float:left;width:40%;text-transform:uppercase;text-align:center;min-width:100px;background:green;padding:10px;font-weight:bold;font-size:0.8em;font-family:sans;padding-top:20px;padding-bottom:20px;margin:20px;} |
||||
ul.listMenu li a {color:white;} |
||||
ul.listMenu li:hover {background:white;color:green;} |
||||
ul.listMenu li:hover a {color:green;} |
||||
|
||||
section p { padding:0 100px;line-height:1.5em;} |
Loading…
Reference in new issue