Skip to content

Instantly share code, notes, and snippets.

View kellypope714-ui's full-sized avatar

Kelly Marie kellypope714-ui

  • KP Artwork
View GitHub Profile
@kellypope714-ui
kellypope714-ui / index.html
Created February 25, 2026 06:09
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>
@kellypope714-ui
kellypope714-ui / index.html
Created November 12, 2025 06:55
Neumorphism calculator design
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Neumorphism calculator design</title>
<link rel="stylesheet" href="./style.css">
</head>