You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
/* CSS for the solution to the second challenge */
|
|
|
|
.wrapper {
|
|
|
|
width: 70%;
|
|
|
|
}
|
|
|
|
|
|
|
|
section.content {
|
|
|
|
border: solid black 1px;
|
|
|
|
margin: 10px 0px;
|
|
|
|
padding: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header, .footer {
|
|
|
|
background-color: purple;
|
|
|
|
color: white;
|
|
|
|
padding: 30px;
|
|
|
|
}
|