Glass && Sunset

This commit is contained in:
k
2024-12-05 12:53:22 -05:00
commit fdebfa3d92
4 changed files with 47 additions and 0 deletions

7
glass/glass.css Normal file
View File

@@ -0,0 +1,7 @@
.glass {
background: rgba(128, 128, 128, 0.35);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
border-radius: 3em;
padding: 1em 2em;
backdrop-filter: blur(2px);
}

7
glass/glass.html Normal file
View File

@@ -0,0 +1,7 @@
<link rel="stylesheet" href="glass.css">
<div class=glass style="position: absolute;">
<p>demo txt</p>
</div>
<p> Under Demo Under Demo Under Demo Under Demo</p>
<p>Under Demo Under Demo Under Demo</p>
<p>Under Demo Under Demo Under Demo Under Demo Under Demo</p>