Skip to content

Instantly share code, notes, and snippets.

@Weiyuan-Lane
Created July 15, 2019 18:05
Show Gist options
  • Save Weiyuan-Lane/9ef6b77ce8ec7c363d8d628773572fb5 to your computer and use it in GitHub Desktop.
Save Weiyuan-Lane/9ef6b77ce8ec7c363d8d628773572fb5 to your computer and use it in GitHub Desktop.
Implementing inline styles for CSS
<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