If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!Syntax
The concept of CSS Syntax is made of three parts :
a) selector
b) property
c) value
Selector = HTML element/tag that you wish to define. Property = the attribute that you wish to change. Each property can take a […]
