mirror of
https://github.com/bendtherules/slide_in_demo.git
synced 2026-08-18 13:52:00 +00:00
add comments in css
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
/* Normalise box-model to border-box */
|
||||||
*,*::before,*::after
|
*,*::before,*::after
|
||||||
{
|
{
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
@@ -118,6 +119,7 @@ body
|
|||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*Add quote symbol before and after content using pseudo-selectors*/
|
||||||
.quote::before,.quote::after
|
.quote::before,.quote::after
|
||||||
{
|
{
|
||||||
content: "'";
|
content: "'";
|
||||||
|
|||||||
Reference in New Issue
Block a user