CSS Box Model Part 2


Hello everybody, welcome to our website where you will find everything for free.

This is the eighteenth tutorial of CSS which will explain you about CSS box model

What is that exactly?
CSS box model is nothing but a CSS style which we give to the Box or paragraph etc

Plus, in the previous part you have learnt about what is Padding, margin, border, content etc.

In this part, you will learn about:  

Margin: left/right/top/bottom
padding: left/right/top/bottom etc.

This is helpful for creating an attractive look of an element of html.
Most of the websites are using such little tricks to make their webpage attractive.

For example, if you hover over an element, bottom border of that element will be seen. 

This is one my favorite thing and it is very amazing which I love the most in CSS.

Just see the video and you will get it.