Saved Bookmarks
| 1. |
How to use before and after in CSS3? |
|
Answer» <P>The ::before the selector is used to INSERTING something before the CONTENT of any selected element. WHEREAS, the ::after selector to insert something after the content in a specified element. Syntax for before selector:::before { ::after { p::before { p::after { |
|