Last active
December 7, 2022 19:34
-
-
Save nikolalsvk/68e269b3524bd663e8bdff0b0617af53 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
<svg> | |
<foreignObject width="100%" height="100%"> | |
<div xmlns="http://www.w3.org/1999/xhtml"> | |
<style> | |
div { | |
color: green; | |
} | |
</style> | |
<div> | |
<p>Hey there</p> | |
<h1>Hi hi</h1> | |
</div> | |
</div> | |
</foreignObject> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment