Advertisement
Guest User

Untitled

a guest
May 27th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. body
  2. {
  3. background-color: #ffffff;
  4. color: #000000;
  5. font-family: 'Ubuntu', sans-serif;
  6. font-size: 20px;
  7. }
  8.  
  9. #container
  10. {
  11. max-width: 1000px;
  12. margin-left: auto;
  13. margin-right: auto;
  14. }
  15. .headline
  16. {
  17. width: 960px;
  18. height: 55px;
  19. margin-left: 20px;
  20. margin-right: 20px;
  21. background-color: #cce9ae
  22. }
  23.  
  24. .center {
  25. display: block;
  26. margin-left: auto;
  27. margin-right: auto;
  28. width: 100px;
  29. }
  30. .rectangle
  31. {
  32. max-width: 960px;
  33. margin: 20px;
  34. text-align: center;
  35. }
  36. #photo{
  37. font-size: 15px;
  38. margin-bottom: 10px;
  39. }
  40. .rectangle1
  41. {
  42. max-width: 180px;
  43. max-height: 100px;
  44. margin: 20px;
  45. text-align: left;
  46. background-color: #cce9ae;
  47. float: left;
  48. }
  49.  
  50. .rectangle2
  51. {
  52. max-width: 820px;
  53. max-height: 100px;
  54. margin: 20px;
  55. background-color: #ff0000;
  56. font-size: 18px;
  57. }
  58.  
  59. #photo1
  60. {
  61. font-size: 18px;
  62. margin-bottom: 0px;
  63. }
  64.  
  65. .rectangle3
  66. {
  67. width: 180px;
  68. height: 100px;
  69. margin: 20px;
  70. background-color: #cce9ae;
  71. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement