Design some nice-looking shadows

This commit is contained in:
Joscha 2025-03-03 02:19:43 +01:00
parent fe906d9242
commit 93fe8f1031

View file

@ -26,6 +26,10 @@ import CSegment from "./components/CSegment.vue";
padding: 32px;
background-color: white;
box-shadow:
0 0 16px #0006,
0 0 500px #ffff,
inset 0 0 32px #0003;
}
</style>