#css
Read more stories on Hashnode
Articles with this tag
Basic selectors 1. Universal Selector: The universal selector (*) selects all HTML elements on the page. Example- The CSS rule below will affect every...
The CSS position property defines the position of an element in a document. This property works with the left, right, top, bottom and z-index...