3.2: Introduction CSS
Style the header
/* Introduction Section */
h1 {
text-align: center;
font-size: 48px;
margin-top: 150px;
}

Style the paragraph


Next Section
Last updated
/* Introduction Section */
h1 {
text-align: center;
font-size: 48px;
margin-top: 150px;
}



Last updated
#top p {
text-align: center;
font-size: 24px;
font-style: italic;
font-family: Verdana, sans-serif;
margin-bottom: 64px;
}
a {
color: #000064;
font-style: italic;
}