HTML

howard-rollover.css

Apr 6th, 2017
146
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.73 KB | None | 0 0
  1. body {
  2.     background:linear-gradient(#333,#000);
  3.     color:#FFF;
  4.     height:1500px;
  5.     overflow:hidden;
  6.     font-family:"Comic Sans MS",sans-serif,"Arial Narrow",serif;
  7. }
  8. #ul {
  9.     text-decoration:underline;
  10. }
  11. h1 {
  12.     text-align:center;
  13. }
  14. h2 {
  15.     font-weight:bold;
  16.     text-decoration:underline;
  17. }
  18. a {
  19.     color:#FFF;
  20.     text-decoration:none;
  21.     font-weight:bold;
  22. }
  23. #wrapper {
  24.     background:#333;
  25.     margin-left:auto;
  26.     margin-right:auto;
  27.     margin-bottom:5px;
  28.     margin-top:2px;
  29.     padding:10px;
  30.     width:1280px;
  31. }
  32. .spoiler {
  33.     color:#333;
  34.     -moz-transition: all .2s ease-in;
  35.     -o-transition: all .2s ease-in;
  36.     -webkit-transition: all .2s ease-in;
  37.     font-size:9px;
  38. }
  39. .spoiler:hover {
  40.     color:#FFF;
  41. }
  42. footer {
  43.     background:#000;
  44.     padding:10px;
  45. }
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment