Skip to content

Instantly share code, notes, and snippets.

@Roy-Oto
Created June 1, 2021 04:02
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/ae0f9122b637b7c0daa6a601f33ae0fe to your computer and use it in GitHub Desktop.
Save Roy-Oto/ae0f9122b637b7c0daa6a601f33ae0fe to your computer and use it in GitHub Desktop.
AMP customization examples 1 (header images)
header.amp-wp-header a {
background-image: url( 'ここに画像の URL を入力' );
background-repeat: no-repeat;
background-size: contain;
display: block;
height: 40px;
width: 145px;
margin: 0 auto;
text-indent: -9999px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment