From 8128ab00ea7d13643a735b892392cd57f54745b3 Mon Sep 17 00:00:00 2001 From: Istvan Acs <33941460+St3ve89@users.noreply.github.com> Date: Sun, 24 Feb 2019 05:10:16 +0000 Subject: [PATCH] Add more description (#27989) --- guide/english/css/before-selector/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/css/before-selector/index.md b/guide/english/css/before-selector/index.md index f98cd943f8..fab39cc730 100644 --- a/guide/english/css/before-selector/index.md +++ b/guide/english/css/before-selector/index.md @@ -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: