A pleasure to greet my dear readers for me is a pleasure to bring you the 6th part of the web design course.
I was a little away from these tutorials because it is something that requires a little time and dedication, but I was working on other projects of my university studies.
Without further ado let's start, today I will show you a drop-down menu with css and html.
Step 1 Step 2 Step 3 Step 4 Here we can visualize how our menu is showing a better style Step 5 PD: If you notice, by default we hide the links of the submenu with display: none and then we show them by applying the display: block with the selector :hover
In addition, for our links to appear vertically and not horizontally as in the main menu, we will apply the CSS rule of
float: none
Our result PD: We put a background picture for a better look of our menu This has been all for today, I hope you have learned something from this tutorial any questions leave me in the comments that will gladly respond.
| Tutorial 1 | Tutorial 2 | Tutorial 3 | Tutorial 4 | Tutorial 5 |
|---|---|---|---|---|
| Introduction | Paragraphs, titles and labels | Tables and lists | Forms | Link a css document with html |
All images are screenshots of my property