Accordion using only CSS. How to Create a CSS3 Dropdown Menu [Tutorial] Topic: CSS3Difficulty: BeginnerEstimated Completion Time: 20 mins In this tutorial we will code in pure CSS3 the Navigation Menu that you can find in Impressionist UI by Vladimir Kudinov.
Step 1 – HTML Markup We will create an unordered list with a list item and an anchor tag for each menu link. To create the sub menu add another unordered list inside of the list. Step 2 – Menu Layout.