Created
July 15, 2019 18:05
-
-
Save Weiyuan-Lane/9ef6b77ce8ec7c363d8d628773572fb5 to your computer and use it in GitHub Desktop.
Implementing inline styles for CSS
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
<head> | |
/* Only one style tag with amp-custom attribute per page */ | |
/* Also, it must be included in <head> */ | |
<style amp-custom> | |
/* All custom CSS goes here */ | |
html { | |
box-sizing: border-box | |
} | |
</style> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment