Last active
July 22, 2022 12:07
-
-
Save edbighead/64ff7ce08a4795416b47a93772b1959e 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 fill="none" viewBox="0 0 800 400" width="800" height="400" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | |
<foreignObject width="100%" height="100%"> | |
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink"> | |
<style> | |
.container{position:relative;width:50%}.overlay{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;opacity:0;transition:.5s ease;background-color:#008cba}.container:hover .overlay{opacity:1} | |
</style> | |
<div class="container" xmlns:xlink="http://www.w3.org/1999/xlink" > | |
 | |
<div class="overlay" xmlns:xlink="http://www.w3.org/1999/xlink"> | |
 | |
</div> | |
</div> | |
</div> | |
</foreignObject> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment