Guest User

style css

a guest
May 19th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 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. #container
  10. {
  11. width: 1000px;
  12. margin-left: auto;
  13. margin-right: auto;
  14. }
  15. .rectangle
  16. {
  17. width: 960px;
  18. margin: 20px;
  19. }
  20. .square
  21. {
  22. width: 50%;
  23. float: left;
  24. }
  25. #logo
  26. {
  27. float: left;
  28. font-family: 'Josefin Sans', sans-serif;
  29. font-size: 70px;
  30. width: 600px;
  31. margin-top: 10px;
  32. margin-bottom: 10px;
  33. }
  34. #zegar
  35. {
  36. float: left;
  37. font-family: 'Josefin Sans', sans-serif;
  38. font-size: 70px;
  39. margin-top: 10px;
  40. margin-bottom: 10px;
  41. }
  42. .title1
  43. {
  44. margin: 10px;
  45. width: 230px;
  46. height: 142px;
  47. background-color: #3095d3;
  48. float: left;
  49. }
  50. .title2
  51. {
  52. margin: 10px;
  53. width: 230px;
  54. height: 142px;
  55. background-color: #666666;
  56. float: left;
  57. }
  58. .title3
  59. {
  60. margin: 10px;
  61. width: 230px;
  62. height: 142px;
  63. background-color: #93c748;
  64. float: left;
  65. }
  66. .title4
  67. {
  68. margin: 10px;
  69. width: 480px;
  70. height: 142px;
  71. background-color: #ee5232;
  72. }
  73. .title5
  74. {
  75. margin: 10px;
  76. width: 480px;
  77. height: 304px;
  78. background-color: #666666;
  79. }
Advertisement
Add Comment
Please, Sign In to add comment