and tag?-抹茶落季的回答
and tag? 前端 未结 关注 6 1115 小蘑菇 2021-02-01 02:57 I have been trying to implement margin-top for a link button but it doesn\'t work at all. I have also tried inline styles for both \'p\' and \'a\' tag. There are 3 li el
I have been trying to implement margin-top for a link button but it doesn\'t work at all. I have also tried inline styles for both \'p\' and \'a\' tag.
There are 3 li el
Try this:
#services ul li a{ background-color: #4972ff; color: #fff; border-bottom: 3px solid #779bff; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; padding: 8px; position: relative; top: 10px; }