From a7125cf518cd92ba286047e75ecb71482fe91381 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Fri, 17 Feb 2017 02:08:17 +0530 Subject: [PATCH] add comments in css --- index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.css b/index.css index 234b0c7..f7f0118 100644 --- a/index.css +++ b/index.css @@ -1,3 +1,4 @@ +/* Normalise box-model to border-box */ *,*::before,*::after { -webkit-box-sizing: border-box; @@ -118,6 +119,7 @@ body font-size: 1.2em; } +/*Add quote symbol before and after content using pseudo-selectors*/ .quote::before,.quote::after { content: "'";