tell me why the margin-top and padding-top for the "a" tag don't work?
div{ background-color:green; height:200px; } a { background-color:red; padding-top:100px; margin-top:100px; }
<div> <a href="#"> 123213 </a> </div>
Source: https://ru.stackoverflow.com/questions/962535/
All Articles
display
oninline-block
, then everything works - Bald