codenart.github.io
Creating a simple navigation bar
Before starting this tutorial, let me assume that you’ve come from the CSS tutorial about Styling Text on my website. So, at the moment, we’ve some basic tools ready in our hands:
- Basic selectors, class selectors, id selectors
- Commonly used properties:
color
&background-color
- Position properties
- And some properties used for styling text
In this tutorial, we...
Creating a responsive navigation bar
Before starting this tutorial, let me assume that you’ve come from the CSS series on my website. So, we’ve collected some new tools to use in this tutorial:
- Knowing all CSS Selectors and where to find documents about them. Because we won’t try to remember everything. :D
- Pseudo-classes.
- Margin & padding properties.
- Media query syntax.
And… here is the expected result:
...