Advertisement
Guest User

Untitled

a guest
May 31st, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. body {
  2. padding-top: 50px;
  3. padding-bottom: 20px;
  4. background-color: #f3f3f3;
  5. }
  6.  
  7. .wrapper {
  8. width: 1200px;
  9. margin-left: auto;
  10. margin-right: auto;
  11. }
  12.  
  13. .brandtop {
  14. height:55px;
  15. background-color: #2980b9;
  16. margin: auto;
  17. }
  18.  
  19. .brandtop a {
  20. color: white;
  21. font-size: 40px;
  22. padding-left: 20px;
  23.  
  24. }
  25.  
  26. .brandtop a:hover {
  27. text-decoration: none;
  28.  
  29. }
  30.  
  31. .intro span {
  32. color: rgb(255,99,71);
  33. }
  34.  
  35. .clearfix {
  36. clear: both;
  37. }
  38.  
  39. nav{
  40. height: 30px;
  41. background-color:#34495e;
  42. margin: auto auto auto;
  43.  
  44. }
  45.  
  46. nav ul {
  47. list-style-type: none;
  48. padding: 0;
  49. margin: 0;
  50. }
  51.  
  52. nav a {
  53. display: block;
  54. color:white;
  55. text-decoration: none;
  56. padding: 4px 75px;
  57. font-size: 15px;
  58. float: left;
  59. }
  60.  
  61. nav a:hover {
  62. color:white;
  63. text-decoration: none;
  64. }
  65.  
  66. .content {
  67. height: 1000px;
  68. }
  69.  
  70. .photo {
  71. border:solid 2px;
  72. width: 220px;
  73. height: 300px;
  74. float:left;
  75. margin: 0 30px 30px 30px;
  76. padding: 5px;
  77.  
  78. }
  79.  
  80. .photo h2 {
  81. font-size: 16px !important;
  82. font-weight: bold;
  83. padding: 0;
  84. margin: 0;
  85. }
  86.  
  87. .photo h3 {
  88. font-size: 14px !important;
  89. padding: 0;
  90. margin: 0;
  91. }
  92.  
  93. .image {
  94. border: solid 2px;
  95. height: 204px;
  96. width: 204px;
  97. margin-left: auto;
  98. margin-right: auto;
  99. }
  100.  
  101. footer {
  102. height: 200px;
  103. background-color:#34495e;
  104. margin: 10px auto auto auto;
  105. padding: 15px;
  106. }
  107.  
  108. footer h2{
  109. padding: 0;
  110. margin: 0;
  111. font-size: 16px;
  112. font-weight: bold;
  113. color: white;
  114. }
  115.  
  116. footer a{
  117. text-align: left;
  118. color: white;
  119.  
  120. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement