DEV Community

somtobiotech
somtobiotech

Posted on

CSS ESSENTIALS

Type of css selectors
1]Type Selectors: It is a name of an element and it captures every element in that type.
2]Descendant Selectors: It helps element to nest in other elements.
3]Class Selectors: It helps reuse bit of codes.

How to create a page layout with floats
1]The "float" and "width" properties can be used to create column
2]Clear your floats
3]There are different units of measure for the width property
with percentage,px,and many others.

Top comments (0)