Saturday, November 28, 2015

Basic website Design Bangla tutorial (Part-03)

*{margin: 0; padding: 0; outline:0;}
The main reason this is used is because sometimes the browser will apply it's default margin/padding to elements, and in a case where you do not want there to be any margin or padding space around an element you will want to define that there is no margin or padding. And outline:0 vanishes the link outlines.
Resets the pages default margin and padding for the entire html file. This will allow you to have more control when you are styling specific elements.

How to practice tutorials…

  • Make a team with your friends (Member should be 4/5).
  • Start to practice one tutorial series along with them.
  • Don’t try to collect source code. Type the code while watching the tutorial.
  • If you face any problem, discuss with team members to solve quickly.