Retouches page Union fait la force

This commit is contained in:
Florian Ehr 2020-12-09 11:59:00 +01:00
parent 3e907a929e
commit 2387872168
2 changed files with 24 additions and 17 deletions

View file

@ -11,17 +11,22 @@ body {
header {
color: #BF0909;
height: auto;
font-family: 'Special Elite', cursive;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
flex: 1;
}
h1 {
text-decoration: none;
font-size: 4vw;
}
nav {
margin-bottom: 5vh;
}
header a {
text-decoration: none;
color: #494949;
@ -49,7 +54,7 @@ body {
display : flex;
flex-direction: column;
justify-content: space-around;
width: 33vw;
max-width: 25vw;
}
.textWillAppear {
@ -58,6 +63,7 @@ body {
.questionWillAppear {
opacity: 0;
text-align: center;
}
/* Animations des questions sur les côtés */
@ -93,7 +99,7 @@ body {
font-size: 1.8vw;
text-align: center;
color: white;
width: 60vw;
max-width: 40vw;
}
#text p {
@ -164,16 +170,16 @@ body {
}
}
footer{
flex:0.5;
display:flex;
flex-direction: column;
justify-content:flex-end;
align-items: center;
font-size:1vw;
margin-top:2vw;
}
#names{
margin : 0;
}
footer{
flex:0.5;
display:flex;
flex-direction: column;
justify-content:flex-end;
align-items: center;
font-size:1vw;
margin-top:2vw;
}
#names{
margin : 0;
}

View file

@ -36,7 +36,8 @@
</section>
</main>
<footer>
<p id="names">Copyright © 2020 Florian EHR - Pierre FAVARY - Baptiste MARTY</p>
<p id="rights">Tous droits réservés </p>
</footer>
</body>
</html>