HTML

style.css

Mar 7th, 2018
350
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.92 KB | None | 0 0
  1. /* stylesheet written by Jacob Howard for oviedoautorepair.com */
  2. a {
  3.             font-style:italic;
  4.             text-decoration:none;
  5. }
  6. body {
  7.             background-image:url(img/concrete.jpg);
  8.             font-family:arial;
  9. }
  10. footer {
  11.             margin:8px;
  12.             background:#EEE;
  13.             border-radius:2px;
  14.             padding:5px;
  15. }
  16. h1,h2,h3,h4,h5,h6 {
  17.             font-family:arial;
  18.             font-weight:bold;
  19.             font-style:none;
  20.             text-decoration:none;
  21. }
  22. header {
  23.             color:#FFF;
  24.             background:#006EDD;
  25.             padding:5px 20px 5px 20px;
  26.             border-radius:13px;
  27.             height:91px;
  28. }
  29. header img {
  30.             height:100%;
  31.             margin-top:5px;
  32. }
  33. main {
  34.             background:#FFF;
  35.             padding:10px 20px 10px 20px;
  36.             font-size:1.2em;
  37. }
  38. nav {
  39.             background:#DD0000;
  40.             padding:5px;
  41. }
  42. nav ul {
  43.             list-style-type:none;
  44. }
  45. nav li {
  46.             display:inline;
  47. }
  48. nav button {
  49.             width:15.5%;
  50.             height:40px;
  51.             border:0;
  52.             background:#DD0000;
  53.             color:#FFF;
  54.             font-size:1.1em;
  55.             -moz-transition:all .1s ease-in;
  56.             -o-transition:all .1s ease-in;
  57.             -webkit-transition:all .1s ease-in;
  58. }
  59. nav button:hover {
  60.             border-radius:15px;
  61.             background:#FFF;
  62.             color:#000;
  63. }
  64. .bodyworki {
  65.             width:30%;
  66.             margin-right:2%;
  67. }
  68. .current {
  69.             border-radius:15px;
  70.             background:#FFF;
  71.             color:#000;
  72. }
  73. .uhauli {
  74.             width:100%;
  75. }
  76. #all {
  77.             border:2px solid #DD0000;
  78.             padding:0px 0px 5px 0px;
  79.             background:#FFF;
  80.             border-radius:15px;
  81. }
  82. #center {
  83.             text-align:center;
  84. }  
  85. #desinfo {
  86.             float:right;
  87. }
  88. #hours {
  89.             border:1px solid #000;
  90.             float:right;
  91.             margin:5px;
  92. }
  93. #hours td {
  94.             border:1px solid #000;
  95. }
  96. #seal {
  97.             float:right;
  98. }
  99. #selfphoto {
  100.             width:50%;
  101.             margin-left:auto;
  102.             margin-right:auto;
  103. }
  104. #shop {
  105.             width:100%;
  106. }
  107. #top {
  108.             background:#006EDD;
  109.             border-radius:13px;
  110. }
  111. #wrapper {
  112.             background:rgba(221,221,221,0);
  113.             max-width:1000px;
  114.             min-width:1000px;
  115.             margin:0 auto 0 auto;
  116.             padding:20px;
  117. }
  118. /* Copyright (c) 2018 Jacob Howard */
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment