ernasjobs

stylesheet.css

Sep 29th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.34 KB | None | 0 0
  1. #wrapper{
  2.     width: 1366px;
  3.     height: 768px;
  4.     margin: auto;
  5.     background-color: white;
  6. }
  7. #header{
  8.     width: 1366px;
  9.     height: 150px;
  10.     background-color: #77807a;
  11. }
  12. #menuTop{
  13.     margin-top: 10px;
  14.     width: 1366px;
  15.     height: 50px;
  16.     background-color: white;
  17. }
  18. #outer{
  19.     width: 1366px;
  20.     height: 598px;
  21.     background-color: grey;
  22. }
  23. #inner{
  24.     margin: 0  auto;
  25.     position: relative;
  26.     top: 25px;
  27.     width: 75%;
  28.     height: 92%;
  29.     background-color: white;
  30. }
  31. img{
  32.     margin-top: 10px;
  33.     margin-left: 25px;
  34.     border:3px solid #FFA500;
  35.  
  36. }
  37. h2{
  38.     padding-left: 10px;
  39.  
  40. }
  41. button{
  42.     background-color: orange;
  43.     height: 60px;
  44.     width: 350px;
  45.     margin-left: 45px;
  46.     margin-right: 45px;
  47.     color: white;
  48.     font-size: 20px;
  49.     font-weight: bold;
  50.     text-transform: uppercase;
  51.     border: none;
  52.  
  53. }
  54. #img1{
  55.     display: block;
  56.     margin-left: auto;
  57.     margin-right: auto;
  58.     width: 50%;
  59.     border: none;
  60.  
  61. }
  62. h3{
  63.     padding-top: 25px;
  64.     padding-left: 260px;
  65.     color: orange;
  66.     font-size: 20px;
  67.     font-weight: bold;
  68.     text-transform: uppercase;
  69. }
  70. p{
  71.     display: block;
  72.     margin-left: auto;
  73.     margin-right: auto;
  74.     width: 50%;
  75. }
  76. .link{
  77.     display: block;
  78.     margin-right:auto;
  79.     margin-left:auto;
  80.     width: 50%;
  81.     padding-left: 320px;
  82. }
Advertisement
Add Comment
Please, Sign In to add comment