Add: basic functionality

This commit is contained in:
Jose
2026-02-19 04:29:51 +01:00
parent dcc1d55db6
commit 5ef4d0f2e0
8 changed files with 473 additions and 5 deletions

View File

@@ -6,6 +6,28 @@ header {
box-shadow: 0 10px 30px rgba(0,0,0,0.9);
}
.imperial-header {
overflow: visible;
z-index: 1000;
}
.purity-seal {
position: absolute;
top: 5px;
width: 196px;
z-index: 10;
pointer-events: none;
}
.purity-seal.left {
left: 8%;
}
.purity-seal.right {
right: 5%;
transform: rotate(10deg);
}
header h1 {
font-family: 'Cinzel', serif;
font-size: 3.5rem;