Ajout de la page contact

This commit is contained in:
Fougère 2026-01-24 15:14:42 +01:00
parent 2ae53d4997
commit d585b9f7de
6 changed files with 86 additions and 3 deletions

View file

@ -33,7 +33,7 @@ img {
}
a {
color: black;
color: var(--accent-yellow);
text-decoration: none;
}

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;
}