Basics Of CSS
1.How CSS Works
CSS targets HTML elements to style them.
Styles can be applied in three ways:
Inline CSS (inside an element)
Internal CSS (within a <style> tag in the HTML file)
External CSS (linked from a .css file)
1. CSS Syntax
selec...
shivraj9392.hashnode.dev2 min read