CSS syntax

eg:

h1{

                

        text-align(property to change): center(value);

        color: blue;

    }


Selecting elements in CSS


CSS Classes


.(dot) specifies naming a class and class name immediately after class


CSS IDs


CSS Combinators


specifies li's inside of ul's 

here ul li acts as a selector of all the items that are in list of ul.




Comments

Popular posts from this blog

python

flutter