Advertisement
Guest User

Untitled

a guest
Feb 18th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. body {
  2. background: rgb(222,227,216) url('pozadiS.png') repeat-x;}
  3. header {
  4. width: 960px;
  5. height: 200px;
  6. margin: auto;
  7. background: url('header.jpg') no-repeat;
  8. }
  9. header h1 {
  10. color: #fff;
  11. font-size: 3.2em;
  12. padding: 50px 0 10px 20px;
  13. }
  14. nav {
  15. width: 958px;
  16. height: 68px;
  17. background: rgb(73,159,148);
  18. border: 1px solid rgb(139,209,201);
  19. }
  20. nav a {
  21. display: inline-block;
  22. margin: 26px 40px 0 55px;
  23. color:#fff;
  24. text-decoration: none;
  25. font-family: Arial;
  26. }
  27. div{
  28. background: #fff;
  29. width: 960px;
  30. margin: auto;
  31. }
  32. section{
  33. width: 960px;
  34. height: 300px;
  35. margin: auto;
  36. }
  37. .obr1{
  38. background-image: url(image.jpg);
  39. background-position: center;
  40. background-repeat: no-repeat;
  41. }
  42. aside{
  43. padding: 15px;
  44. text-align: justify;
  45. display: block;
  46. }
  47. div aside ul{
  48. margin-top: 20px;
  49. }
  50. div aside ul li{
  51. margin-bottom: 15px;
  52. }
  53. a{
  54. text-decoration: none;
  55. color: #8EDAFF ;
  56. }
  57. div aside h2{
  58. font-size: 1.5em;
  59. }
  60. div aside p{
  61. margin-top: 15px;
  62. display: block;
  63. }
  64. main h2{
  65. text-align: left;
  66. font-size: 2em;
  67. margin-left: 20px;
  68. }
  69. div main article{
  70. padding: 20px;
  71. float: right;
  72. right: 10px;
  73. }
  74. #flexbox{
  75. display: flex;
  76. max-width: 960px;
  77. margin: auto;
  78. }
  79. #aside{
  80. width: 265px;
  81. }
  82. #main{
  83. display: inline-flex;
  84. float: right;
  85. width: 622px;
  86. }
  87. .dprv{
  88. text-align: right;
  89. border: 1px solid #000;
  90. border-width: 1px;
  91. width: 85px;
  92. margin-left: 500px
  93. }
  94. main{
  95. margin: auto;
  96. }
  97. footer h2{
  98. font-size: 1.5em;
  99. }
  100. footer div p{
  101. margin: auto;
  102. display: block;
  103. }
  104. footer div ul{
  105. margin: auto;
  106. }
  107. footer{
  108. margin: auto;
  109. display: flex;
  110. width: 960px;
  111. }
  112. footer div{
  113. margin: auto;
  114. width: 960px;
  115. height: 468px;
  116. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement