Rebase of feature/mirror + merge with the grid program

This commit is contained in:
2026-03-30 15:05:57 +02:00
committed by M1n-0
parent 1ade298ff5
commit e787094078
3 changed files with 21 additions and 14 deletions

View File

@@ -85,16 +85,6 @@ main {
overflow: hidden;
}
.mirror::before {
content: '';
position: absolute;
width: 100%;
height: 60%;
background: linear-gradient(45deg, transparent 48%, #CCCCCC 48%, #CCCCCC 52%, transparent 52%);
top: 50%;
transform: translateY(-50%);
}
.door {
background: linear-gradient(135deg, #8B4513 0%, #654321 100%);
border-color: #654321;