Friday, November 23, 2018

CSS Links

CSS LINKS

There are four types of css links, they are
  1. Link
  2. Visited
  3. Hover
  4. Active

Thursday, November 22, 2018

CSS Buttons

CSS Buttons

CSS Buttons are divided into five types,they are
  1. Primary
  2. Warning
  3. Danger
  4. Success
  5. Info

Wednesday, November 21, 2018

CSS Icon code

CSS Icon code

To use the Font Awesome icons, add the following line inside the <head> section of your HTML page:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

CSS Box Shadow


CSS Box Shadow

Tuesday, November 20, 2018

CSS Text Shadow

CSS Text Shadow

CSS Text Shadow property contains 
  1. x-offset
  2. y-offset
  3. blur property
  4. color 

CSS Display Properties

CSS Display Properties

CSS Display properties are classified into three types, they are:
  1. display:block;
  2. display:inline;
  3. display:inline-block;

CSS Float Property

CSS Float Property

CSS Float has three properties, They are
  1. Float:left;
  2. Float:right;
  3. Float:None;