2
0
Fork 0

Retouches page Union fait la force

Dieser Commit ist enthalten in:
Florian Ehr 2020-12-09 11:59:00 +01:00
Ursprung 3e907a929e
Commit 2387872168
2 geänderte Dateien mit 24 neuen und 17 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

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