Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #wrapper{
- width: 1366px;
- height: 768px;
- margin: auto;
- background-color: white;
- }
- #header{
- width: 1366px;
- height: 150px;
- background-color: #77807a;
- }
- #menuTop{
- margin-top: 10px;
- width: 1366px;
- height: 50px;
- background-color: white;
- }
- #outer{
- width: 1366px;
- height: 598px;
- background-color: grey;
- }
- #inner{
- margin: 0 auto;
- position: relative;
- top: 25px;
- width: 75%;
- height: 92%;
- background-color: white;
- }
- img{
- margin-top: 10px;
- margin-left: 25px;
- border:3px solid #FFA500;
- }
- h2{
- padding-left: 10px;
- }
- button{
- background-color: orange;
- height: 60px;
- width: 350px;
- margin-left: 45px;
- margin-right: 45px;
- color: white;
- font-size: 20px;
- font-weight: bold;
- text-transform: uppercase;
- border: none;
- }
- #img1{
- display: block;
- margin-left: auto;
- margin-right: auto;
- width: 50%;
- border: none;
- }
- h3{
- padding-top: 25px;
- padding-left: 260px;
- color: orange;
- font-size: 20px;
- font-weight: bold;
- text-transform: uppercase;
- }
- p{
- display: block;
- margin-left: auto;
- margin-right: auto;
- width: 50%;
- }
- .link{
- display: block;
- margin-right:auto;
- margin-left:auto;
- width: 50%;
- padding-left: 320px;
- }
Advertisement
Add Comment
Please, Sign In to add comment