Created
March 22, 2018 19:36
-
-
Save thatisuday/86ffda4e645dabcdee93c4d05521ef21 to your computer and use it in GitHub Desktop.
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
//- located in includes folder | |
link(rel="stylesheet", href="http://website.com/style.css") | |
script(src="http://website.com/script.js") |
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
/* located in includes folder */ | |
html, | |
body { | |
padding: 0; | |
margin: 0; | |
font-size: 14px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment