some syntax of CSS

*{

    selects everything in the page and edit them

}

classes

.classname{

}

IDs

#id_name{

}

IDs have higher priority than classes.

!important has the greatest priority. eg: h1{ 

                                                                      color: blue !important;   }

Syntax

text-align: centre, right, left, justify

 border-right-styledotted;
border-top-styledashed;
 border-bottom-styledashed;
 border-left-styledotted;     
 border-radius100px;          Eadius of border 100px
 border-width2px;             Width of border 2px
 padding-left10px;            leaves space of 10px on left
 border-coloraqua;            Change the border color to aqua
 text-aligncenter;            Align text to center
 text-transformcapitalize;    Capitalize first letter




















Comments

Popular posts from this blog

python

flutter