Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.22 KB | None | 0 0
  1. body
  2. {
  3.     background-color: #303030;
  4.     color: #ffffff;
  5.     font-family: 'Lato', sans-serif;
  6.     font-size: 20px;
  7.  
  8.  
  9. }
  10. #container
  11. {   width: 1000px;
  12.     margin-left: auto;
  13.     margin-right: auto;
  14.  
  15.  
  16. }
  17. .rectangle
  18. {
  19.     width: 960px;
  20.     margin: 20px;
  21.    
  22.    
  23. }
  24. .square
  25. {
  26.     width: 50%;
  27.     float: left;
  28.    
  29.    
  30.    
  31. }
  32. #logo
  33. {
  34.     float: left;
  35.     font-family: 'Josefin Sans', sans-serif;
  36.     font-size: 70px;
  37.     width: 600px;
  38.     margin-top: 10px;  
  39.     margin-bottom: 10px;
  40. }
  41.  
  42. #zegar
  43. {
  44.     float: left;
  45.     font-family: 'Josefin Sans', sans-serif;
  46.     font-size: 70px;
  47.     margin-top: 10px;  
  48.     margin-bottom: 10px;
  49. }
  50. .title1
  51. {
  52.     margin: 10px;
  53.     width: 230px;
  54.     height: 142px;
  55.     background-color: #3095d3;
  56.     float: left;
  57.    
  58. }
  59.  
  60. .title2
  61. {
  62.     margin: 10px;
  63.     width: 230px;
  64.     height: 142px;
  65.     background-color: #666666;
  66.     float: left;
  67.    
  68. }
  69. .title3
  70. {
  71.     margin: 10px;
  72.     width: 230px;
  73.     height: 142px;
  74.     background-color: #93c748;
  75.     float: left;
  76.    
  77. }
  78.  
  79. .title4
  80. {
  81.     margin: 10px;
  82.     width: 480px;
  83.     height: 142px;
  84.     background-color: #ee5a32;
  85.     float: left;
  86.    
  87. }
  88.  
  89. .title5
  90. {
  91.     margin: 10px;
  92.     width: 480px;
  93.     height: 304px;
  94.     background-color: #666666;
  95.     float: left;
  96.    
  97. }
  98. .yt
  99. {
  100.     margin: 10px;
  101.     width: 105px;
  102.     height: 142px;
  103.     background-color: #93c748;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement