Why margin not implementing on top and bottom

why is the margin not implementing on top and bottom?

I have set the over all margin as margin: 50px;

Click here

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

1 Like

Nice. It worked. Thanks!

 
 
            No problem, you’re very welcome. :winky:
 
 
            coothead

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.