Ajout de la page contact

This commit is contained in:
Fougère 2026-01-24 15:14:42 +01:00
parent 2ae53d4997
commit 1f72a3a976
5 changed files with 85 additions and 2 deletions

15
css/contact.css Normal file
View file

@ -0,0 +1,15 @@
#contact {
display: flex;
align-items: last baseline;
gap: 2em;
justify-content: space-between;
}
h1 span:nth-of-type(n+3) {
position: relative;
text-align: center;
font-size: clamp(1.5rem, 5vw, 5rem);
font-family: segoesc;
display: block;
margin: 1em auto 0.5em auto;
}