Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- div {
- width:1000px;
- }
- header {
- width:100%;
- height:250px;
- background:linear-gradient(black 20%, pink);
- border:1px solid black;
- border-top-left-radius:15px;
- border-top-right-radius:15px;
- border-style:inset;
- float:left;
- }
- p {
- font-family:Georgia;
- font-size:20px;
- }
- nav {
- width:100%;
- height:50px;
- background:pink;
- border:1px solid black;
- float:left;
- }
- article {
- min-width:498px;
- height:400px;
- background:pink;
- float:left;
- border-right:1px solid black;
- border-bottom:1px solid black;
- border-top:1px solid black;
- border-left:1px solid black;
- }
- aside {
- min-width:499px;
- height:400px;
- background:pink;
- border-left:1px solid black;
- border-top:1px solid black;
- border-bottom:1px solid black;
- opacity:0.6;
- float:left;
- }
- footer {
- width:100%;
- height:50px;
- background:linear-gradient(pink, black);
- border:1px solid black;
- border-bottom-left-radius:15px;
- border-bottom-right-radius:15px;
- float:left;
- }
- button {
- width:19%;
- height:100%;
- background-color:pink;
- border:1px solid black;
- color:black;
- font-family:Georgia;
- border-radius:15px;
- }
- a {
- font-family:Geogia;
- color:black;
- }
- h4 {
- color:white;
- font-family:Georgia;
- font-size:20px;
- }
- h3 {
- color:black;
- font-family:Georgia;
- font-size:20px;
- }
- form {
- font-family:Georgia;
- color:black;
- font-size:20px;
- }
Advertisement