Skip to content

Instantly share code, notes, and snippets.

View OscarNoe's full-sized avatar
🌴
Ya conozco el mar

Oscar Noe OscarNoe

🌴
Ya conozco el mar
  • Ebunti
  • Mty
View GitHub Profile
@OscarNoe
OscarNoe / index.html
Created October 18, 2018 22:12
Modal Animations
<div id="modal-container">
<div class="modal-background">
<div class="modal">
<h2>I'm a Modal</h2>
<p>Hear me roar.</p>
<svg class="modal-svg" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" preserveAspectRatio="none">
<rect x="0" y="0" fill="none" width="226" height="162" rx="3" ry="3"></rect>
</svg>
</div>
</div>