Last active
December 3, 2021 13:32
-
-
Save russelllim22/0ed54899a69377bdd3efe04e4167719d 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
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<body> | |
<svg id="chartSVG" viewBox="0,0,1600,3200" width="1600" | |
style=" max-width: 100%; | |
font-family: Nunito, sans-serif; | |
border: 1px solid black; | |
background: radial-gradient(ellipse at bottom right, rgba(137,207,240,1) 20%, rgba(244,194,194,1) 70%);"> | |
<image width="1600px" height="3200px" style="opacity:0.2;" href="babies-pixabay.png"> | |
</image> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment