I will just go back to coding, and I would like to know what is the best method for adding heigh to my btn.
Here is the code -
Filling method
.nav-main li a { display: block; padding: 70px 10px 70px 10px; color: #6CF784; border-bottom: 10px solid white; text-decoration: none; }
Linear height method
.nav-main li a { display: block; padding: 0 10px 0 10px; line-height: 150px; color: #6CF784; border-bottom: 10px solid white; text-decoration: none; }
html css padding
Stephen mottershead
source share