Day # 4: Navbar



For this day I decided to create a navbar, which is something that, as frontend developers, we’ll be doing very frequently.


The focus here is on studying the positioning through flexbox, since it allows us to place the list items of the navbar in the exact place we want them to.

Another tip is to set the color of the letters of the menu and of the button’s background to rgb. That way we can also set their hover by reducing the amount of opacity.

Last but not least, I added a transition that smoothes out the effect when we put the cursor on them. This is something that in my opinion adds a classy touch on the styling of the navbar.

Comments

Popular posts from this blog

Day # 19: Checkbox animation

Day # 12: Typewriter Effect

Day # 53: Icon text