Guest User

Untitled

a guest
Oct 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. * {margin:0; padding:0; font-family: 'Oswald', sans-serif}
  2. html, body {width:100%; height:100%; background:blue; color:orange}
  3. #login {background:blue; color:orange; padding:10px 0; display:none}
  4. #login a {color:orange}
  5. #login a:hover {text-decoration:none; font-weight:9 00}
  6. header {background:orange; padding:15px 0; border:1px solid blue}
  7. nav {margin-top:13px}
  8. nav li {display:inline; margin-left:15px; font-size:.8em}
  9. #main .left {width:60%; background:orange; color:blue}
  10. form li {list-style-type:none; margin:15px}
  11. form button {background:blue; color:orange; border:0; padding:5px}
  12. #main input {max-width:100%}
  13. #main .right {width:35%}
  14. a:link, a:visited {color:blue; text-decoration:none}
  15. a:hover, a:active, a:focus {text-decoration:underline}
  16. .full {width:100%}
  17. .wrap {width:60%; margin:0 auto}
  18. .clear {clear:both; overflow:hidden}
  19. .left {float:left}
  20. .right {float:right}
Add Comment
Please, Sign In to add comment