Ajout de la page contact
This commit is contained in:
parent
2ae53d4997
commit
1f72a3a976
5 changed files with 85 additions and 2 deletions
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