html - Full height navbar links in a list -


This is my code:

I am thinking that what is right The meaning of creating my navigation link is that the entire height of the navigation bar is centered vertically.

I tried to set a link with a line-height but Navbar did not affect the height of the link. Any help would be appreciated, thanks.

I believe you want to add:

  A {text-decoration: none; Font-size: 40px; }  

and

 . Navigation Lee {color: #fff; Font-Family: 'Helvetica New', Helvetica, Ariel, Non-Serif; Line-height: 60px; Padding-left: 30px; Padding-right: 30px; }  

You can find a demo here:


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

lua - HowTo create a fuel bar -