Flxx
#1
Step 51
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;
1 Like
Flxx
#3
Thank you Boss. It was grately helpful… my dizzy eyes…lol