Added an "ip" page

This commit is contained in:
2025-11-28 22:44:09 +01:00
parent 8c64c5dbe3
commit 4a25c377c4
4 changed files with 52 additions and 2 deletions

13
assets/css/ip.css Normal file
View File

@@ -0,0 +1,13 @@
.ip {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.ip h1 {
font-family: 'Indie Flower', cursive;
font-size: 60px;
text-align: center;
color: var(--clr-primary-a60);
}