Sample

This category is about some samples/applications which I've created.
The ideas come when I have been writting tutorials.
They all are simple and maybe silly. :D

Explore ;

codenart.github.io

sample

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...

Read More ;
sample

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:

...

Read More ;