Created
September 10, 2016 06:07
-
-
Save sudarshanReddykurri/70fbdd265d6970f67e69d14dfc063aa7 to your computer and use it in GitHub Desktop.
Adding multi-line CSS content (Method -1 )
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="test1">Hello World</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #test1:after { | |
| content : ' of foo \A barred'; | |
| white-space: pre; /* this line is essential */ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment