/*sample solution to style.css */
h1 {
color: blue;
}
#subheader {
text-align: right;
color: orange;
}
#nav {
background: gray;
}
p {
text-align:justify;
margin: 0 20%;
}
.neat-word {
text-align: center;
font-size:30px;
color: blue;
text-transform:uppercase;
}
No comments:
Post a Comment