why is the margin not implementing on top and bottom?
I have set the over all margin as margin: 50px;
P.S. → I am talking about that Get started button.
why is the margin not implementing on top and bottom?
I have set the over all margin as margin: 50px;
P.S. → I am talking about that Get started button.
Hi there codeispoetry,
try this amendment…
.anchor_button {
display: inline-block;
padding: 15px 45px;
background-color: #2CBF55;
color: #FFFFFF;
text-decoration: none;
font-size: 25px;
margin: 50px;
}
coothead
Nice. It worked. Thanks!
No problem, you’re very welcome.
coothead
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.