-
-
Save Roy-Oto/ae0f9122b637b7c0daa6a601f33ae0fe to your computer and use it in GitHub Desktop.
AMP customization examples 1 (header images)
This file contains 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
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