Ajout de la page contact
This commit is contained in:
parent
2ae53d4997
commit
d585b9f7de
6 changed files with 86 additions and 3 deletions
|
|
@ -33,7 +33,7 @@ img {
|
|||
}
|
||||
|
||||
a {
|
||||
color: black;
|
||||
color: var(--accent-yellow);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
15
css/contact.css
Normal file
15
css/contact.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue