My sample codepens!

Here are some of my sample code-pens that showcase some of the basic CSS
concepts that I have learned along the way.

A sailboat

Css intro

All the basic stuff that we can utilize for styling our web pages using CSS.

See the Pen Intro into CSS by Arnab Das (@nkovtipk-the-bold) on CodePen.

CSS specificity

Some examples of the rules of cascading.

See the Pen CSS specificity by Arnab Das (@nkovtipk-the-bold) on CodePen.

CSS box model

All about the box model and its properties.

See the Pen CSS box model by Arnab Das (@nkovtipk-the-bold) on CodePen.

CSS display properties

The display layouts that we can use to place HTML elements.

See the Pen CSS display properties by Arnab Das (@nkovtipk-the-bold) on CodePen.

CSS flexbox intro

The basics of CSS flexbox.

See the Pen CSS flexbox intro by Arnab Das (@nkovtipk-the-bold) on CodePen.

CSS flexbox advanced

Few examples of some advanced flexbox properties.

See the Pen CSS flexbox advanced by Arnab Das (@nkovtipk-the-bold) on CodePen.