Created
January 4, 2023 12:31
-
-
Save italosantana/d09056163cd7254dca3c850adc259c47 to your computer and use it in GitHub Desktop.
align image in top right
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
#content { | |
position: relative; | |
} | |
#content img { | |
position: absolute; | |
top: 0px; | |
right: 0px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment