Pseudo-elements style specific parts of elements.
Example:
p::first-line { font-weight: bold; }
p::before { content: "👉 "; }
Pseudo-elements style specific parts of elements.
Example:
p::first-line { font-weight: bold; }
p::before { content: "👉 "; }
Leave a Reply