Skip to content

Instantly share code, notes, and snippets.

@Roy-Oto
Created June 1, 2021 06:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Roy-Oto/663393e8f3bd74eaca2a7dbe42cf878b to your computer and use it in GitHub Desktop.
Save Roy-Oto/663393e8f3bd74eaca2a7dbe42cf878b to your computer and use it in GitHub Desktop.
AMP customization examples 7 (heading)
h2 {
font-size: 1.3em;
color: #494949;
background: #f5f8fa;
border-left: solid 5px #203744;
margin: 1.6em 0 3em;
padding: 0.3em;
line-height: 1.93;
}
h3 {
border-left: solid 5px #203744;
font-size: 1.0em;
margin: 1.6em 0 .3em;
padding: 5px 0 5px 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment