Add more description (#27989)

This commit is contained in:
Istvan Acs
2019-02-24 05:10:16 +00:00
committed by Randell Dawson
parent 6a42eb1fd0
commit 8128ab00ea

View File

@ -3,7 +3,7 @@ title: Before Selector
---
## Before Selector
The CSS **::before** selector can be used to insert anything before the content an element or elements. It allows the designer to perform any css design before the content in an element. It is used by attaching **::before** to the element it is to be used on.
The CSS **::before** selector can be used to insert anything before the content of an element or elements. It allows the designer to perform any css design before the content in an element. It is used by attaching **::before** to an the element it is to be used on. It is often used to add cosmetic content to an element with the content property. It is inline by default.
Let's look at some examples: