feat(countdown): add countdown page

This commit is contained in:
Matthieu Bessat 2023-07-06 22:21:40 +02:00
parent 1cdbe6ad13
commit cea3b2f98b
7 changed files with 320 additions and 3 deletions

View file

@ -78,6 +78,10 @@ a:hover {
width: 200px;
}
.h-100 {
height: 100%;
}
img {
max-width: 100%;
}
@ -88,3 +92,4 @@ img {
.grid-2 {
grid-template-columns: 1fr 1fr;
}