Newbie CSS inquiry here...
Here's what I currently have in my stylesheet:
#topheader {
position: absolute;
width: 100%;
height: 100px;
background-color: #D1E6DA;
font-size: 200%;
}
I want to include the following:
p {
margin: 20px;
}
How can I incorporate this within the #topheader section specifically, rather than affecting the entire page?