A Pen by Andy Hullinger on CodePen.
Created
November 9, 2022 17:29
-
-
Save andyhullinger/d8c03480a6ad1dba4b89499e1aadaa23 to your computer and use it in GitHub Desktop.
images into netlify - quick example
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
<h1>Medill Photos</h1> | |
<img src="fisk.jpg"> | |
<img src="joseph-medill.jpg"> | |
<img src="medill-sign.jpg"> | |
<img src="MFC.jpg"> | |
<img src="newsroom.jpg"> |
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
img{ | |
display: block; | |
width: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment