Advertisement
AUS-LGBT

Untitled

Dec 1st, 2018
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.89 KB | None | 0 0
  1. body{
  2.     padding:0;
  3.     margin:0;
  4. }
  5. .container{
  6.     width:80%;
  7.     margin:auto;
  8.     overflow:hidden;
  9. }
  10.  
  11. header{
  12.     background:red;
  13.     color:white;
  14.     padding-top:30px;
  15.     min-height;70px;
  16.     border-bottom:grey 3px solid;
  17. }
  18. header a{
  19.     color:white;
  20.     text-decoration:none;
  21.     font-size:16px;
  22. }
  23. header a:hover{
  24.     font-weight:bold;
  25. }
  26.  
  27. body{
  28.     background-image:url("../images/gaming.html");
  29.     background-repeat:no-repeat;
  30.     background-attachment:fixed;
  31.     background-position:center;
  32. }
  33. #showcase{
  34.     margin-top:100px;
  35.     margin-bottom:300px;
  36.     text-align:center;
  37.     color:white;
  38.     background:red;
  39. }
  40. #boxes{
  41.     margin-top:20px;
  42. }
  43. #boxes{
  44.     float:left;
  45.     width:30px;
  46.     padding:10px;
  47.     text-align:center;
  48. }
  49. #boxes .box img{
  50.     width:90px;
  51. }
  52. footer{
  53.     padding:20px;
  54.     margin-top:20px;
  55.     color:white;
  56.     background-color:grey;
  57.     text-align:center;
  58. }
  59. aside#sidebar{
  60.     float:right;
  61.     width:right;
  62.     margin-top:10px;
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement