Step 51
Replace the top margin of the h2
elements with 60px
of top padding.
h2 {
border-bottom: 4px solid #dfdfe2;
margin-top: 60px;
}
Replace the top margin of the h2
elements with 60px
of top padding.
h2 {
border-bottom: 4px solid #dfdfe2;
margin-top: 60px;
}
You’re replacing MARGIN for PADDING.
padding-top: 60px;
Thank you Boss. It was grately helpful… my dizzy eyes…lol
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.