Created
August 12, 2021 14:27
-
-
Save lenivene/0d35e88d23f595d81fc0e2622ba21ce0 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
<span | |
style=" | |
width: 2rem; | |
height: 2rem; | |
position: relative; | |
overflow: hidden; | |
display: flex; | |
border-radius: 50%; | |
" | |
> | |
<img | |
src="https://raw.githubusercontent.com/lenivene/country-flags/main/flat/64/BR.png" | |
alt="BR.png" | |
style="width: 180%;height: 180%;left: 50%;position: absolute;transform: translate(-50%, -50%);top: 50%;" | |
> | |
</span> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment