WIP missions.html
This commit is contained in:
@@ -921,6 +921,31 @@ Couleur texte : #FFEFE5
|
||||
background-color: rgb(43, 189, 226);
|
||||
}
|
||||
|
||||
.missions section {
|
||||
max-width: 70vw;
|
||||
height: 100vh;
|
||||
border:#273A56 2px solid;
|
||||
margin: 10vh 10vw;
|
||||
padding: 3em;
|
||||
text-align: left;
|
||||
float: left
|
||||
}
|
||||
|
||||
.missions section:nth-child(odd) {
|
||||
text-align: right;
|
||||
float: right;
|
||||
}
|
||||
/*
|
||||
.missions section:nth-child(even) {
|
||||
text-align: left;
|
||||
}
|
||||
*/
|
||||
.missions section p {
|
||||
max-width: 50%;
|
||||
/* margin: auto;
|
||||
float: left; */
|
||||
}
|
||||
|
||||
/****************************/
|
||||
/* PAGE: Warframes */
|
||||
/* AUTEUR: Andres David Herrera Escorcia */
|
||||
|
||||
Reference in New Issue
Block a user