add comments in css

This commit is contained in:
2017-02-17 02:08:17 +05:30
parent 4471a4049b
commit a7125cf518
+2
View File
@@ -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: "'";