Introduction to CSS
Different Ways to Color in CSS
Hex Code: #ff0000 RGB: rgb(255, 0, 0) RGBA: rgba(255, 0, 0, 0.5) HSL: hsl(0, 100%, 50%) Named Colors: red
Pseudo Element
They are used to style specific parts of an element or to create additional styling without adding...
madhavganesan.hashnode.dev2 min read