Here are some of my sample code-pens that showcase some of the basic CSS
concepts that I have learned along the way.
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.
Some examples of the rules of cascading.
See the Pen CSS specificity by Arnab Das (@nkovtipk-the-bold) on CodePen.
All about the box model and its properties.
See the Pen CSS box model by Arnab Das (@nkovtipk-the-bold) on CodePen.
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.
The basics of CSS flexbox.
See the Pen CSS flexbox intro by Arnab Das (@nkovtipk-the-bold) on CodePen.
Few examples of some advanced flexbox properties.
See the Pen CSS flexbox advanced by Arnab Das (@nkovtipk-the-bold) on CodePen.