Advertisement
Guest User

Untitled

a guest
May 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.77 KB | None | 0 0
  1. #banner{
  2.  text-align: center;
  3.  height: 80px;
  4.  background-color: #009999;
  5.  color: white;
  6.  
  7. }
  8.  
  9. .info{
  10.   text-align: center;
  11.   height: 150px;
  12.   background-color: #009999;
  13.   color: white;
  14.   width: 25%;
  15.   float: left;
  16.  
  17. }
  18.  
  19. #left{
  20.   background-color:  #669999;
  21.   height: 600px;
  22.   width: 30%;
  23.   float: left;
  24.  
  25. }
  26.  
  27. #center{
  28.   background-color: #99CCCC;
  29.   height: 600px;
  30.   width: 40%;
  31.   float: left;
  32.   text-align: center;
  33.  
  34.  
  35. }
  36.  
  37. #right{
  38.   background-color:  #669999;
  39.   height: 600px;
  40.   width: 30%;
  41.   float:right;
  42.  
  43.  
  44. }
  45.  
  46. #foot{
  47.   background-color:  #009999;
  48.   color: white;
  49.   text-align: right;
  50.  
  51. }
  52.  
  53. table, th, td{
  54.     border: 1px solid green;
  55.     text-align: center;
  56. }
  57. button{
  58.     border: 0px;
  59.     margin: 10px;
  60.     background-color: green;
  61.     color: white;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement