Guest User

Untitled

a guest
Aug 14th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.76 KB | None | 0 0
  1. html{
  2.    
  3.     height:100%;
  4. }
  5. body{
  6.     margin-top:0%;
  7.     height:100%;
  8.     background:#82858e;
  9.     margin-left:auto;
  10.     margin-right:auto;
  11. }
  12. p{
  13.     color:white;
  14.         vertical-align:middle;
  15.     line-height:200%;
  16.     font-size:10;
  17. }
  18. h1{
  19.     text-align:center;
  20. }
  21. li {
  22.     display:inline;
  23.     color:white;
  24. }
  25. ul {
  26.     word-spacing:100px;
  27.     text-align:center;
  28. }
  29. div.topbar {
  30.     top:0;
  31.     width:100%;
  32.     height:6%;
  33.     background:#303030;
  34.     margin-top:0px;
  35.     margin-left:0px;
  36.     margin-right:0px;
  37. }
  38. div.mainbar {
  39.     float:middle;
  40.     width:15%;
  41.     height:30%;
  42.     border-style:solid;
  43.     border-color:#4099ff;
  44.     border-width:5px;
  45.     margin-left:40%;
  46.     margin-top:14%;
  47.     margin-bottom:auto;
  48.     background:white;
  49. }
  50. div.sidebar {
  51.     float:left;
  52.     width:10%;
  53.     height:89%;
  54.     margin-left:0px;
  55.     margin-right:auto;
  56.     background:white;
  57. }
  58. div.sidebarbreak {
  59.     position:absolute;
  60.     width:.3%;
  61.     background:#4099ff;
  62.     margin-left:10%;
  63.     margin-right:0%;
  64.     height:89%;
  65. }
  66. div.footer {
  67.     bottom:0;
  68.     width:100%;
  69.     height:5%;   /* Height of the footer */
  70.     position:absolute;
  71.     background:#303030;
  72.     margin-left:0px;
  73.     margin-right:0px;
  74. }
  75.  
  76. div.avertise {
  77.     height:65%;
  78.     width:10%;
  79.     background:black;
  80.     margin-top:0%;
  81.     margin-left:90%;
  82.     margin-right:0px;
  83. }
  84.  
  85. div.add {
  86.     height:30%;
  87.     width:75%;
  88.     position:absolute;
  89.     background:white;
  90.     margin-left:12.5%;
  91.     margin-top:2%;
  92. }
  93.  
  94. div.add2 {
  95.     height:30%;
  96.     width:75%;
  97.     position:absolute;
  98.     background:white;
  99.     margin-top:35%;
  100.     margin-left:12.5%;
  101. }
  102.  
  103. div.add3 {
  104.     height:30%;
  105.     width:75%;
  106.     position:absolute;
  107.     background:white;
  108.     margin-top:68%;
  109.     margin-left:12.5%;
  110. }
  111. div .arrow-left {
  112.     width: 0;
  113.     height: 0;
  114.     float:left;
  115.     border-color:white;
  116.     border-top: 10px solid transparent;
  117.     border-bottom: 10px solid transparent;
  118.     border-right:10px solid white;
  119.     margin-top:170%;
  120. }
Add Comment
Please, Sign In to add comment