Created
November 20, 2022 10:49
-
-
Save euije/94f35e14b0dcac3d8ee603e4020009bc to your computer and use it in GitHub Desktop.
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
| <div style={{ | |
| "position":"relative", | |
| "width":"10vw", | |
| "height":"10vh" | |
| }}> | |
| <Image | |
| src={"https://hang-jeong-sal.s3.ap-northeast-2.amazonaws.com/image/euije.jpg"} | |
| alt="" | |
| fill={true} | |
| style={{ | |
| objectFit: "contain" | |
| }} | |
| /> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment