How can i make the liks of navbar bigger when they are in hover state? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i make the liks of navbar bigger when they are in hover state?

I have seen website navbar links get bigger when mouse pointer touch them. I tried to do that by making the font size bigger in hover state but I want the background to remain uneffected.Note that i have put the links of navbar in a div.The remaining content of the website is in another div. I want some help on the css code make what I want happen

11th Jun 2020, 10:48 AM
Hadi Uz Zaman Miraz
Hadi Uz Zaman Miraz - avatar
1 Answer
+ 1
use the css transform:scale() property
11th Jun 2020, 11:32 AM
Okereke
Okereke - avatar