Browse Source

Retouches page Union fait la force

Florian Ehr 3 years ago
parent
commit
2387872168
2 changed files with 24 additions and 17 deletions
  1. 22
    16
      CSS/aide_ami.css
  2. 2
    1
      HTML/aide_ami.html

+ 22
- 16
CSS/aide_ami.css View File

@@ -11,17 +11,22 @@ body {
11 11
 
12 12
     header {
13 13
         color: #BF0909;
14
+        height: auto;
14 15
         font-family: 'Special Elite', cursive;
15 16
         display: flex;
16 17
         flex-direction: column;
17
-        justify-content: space-between;
18 18
         align-items: center;
19 19
         flex: 1;
20 20
     }
21 21
         h1 {
22
+            text-decoration: none;
22 23
             font-size: 4vw;
23 24
         }
24 25
 
26
+        nav {
27
+            margin-bottom: 5vh;
28
+        }
29
+
25 30
         header a {
26 31
             text-decoration: none;
27 32
             color: #494949;
@@ -49,7 +54,7 @@ body {
49 54
                 display : flex;
50 55
                 flex-direction: column;
51 56
                 justify-content: space-around;
52
-                width: 33vw;
57
+                max-width: 25vw;
53 58
             }
54 59
 
55 60
             .textWillAppear {
@@ -58,6 +63,7 @@ body {
58 63
 
59 64
             .questionWillAppear {
60 65
                 opacity: 0;
66
+                text-align: center;
61 67
             }
62 68
 
63 69
                 /* Animations des questions sur les côtés */
@@ -93,7 +99,7 @@ body {
93 99
                 font-size: 1.8vw;
94 100
                 text-align: center;
95 101
                 color: white;
96
-                width: 60vw;
102
+                max-width: 40vw;
97 103
             }
98 104
 
99 105
                 #text p {
@@ -164,16 +170,16 @@ body {
164 170
                 }
165 171
             }
166 172
 
167
-            footer{
168
-                flex:0.5;
169
-                display:flex;
170
-                flex-direction: column;
171
-                justify-content:flex-end;
172
-                align-items: center;
173
-                font-size:1vw;
174
-                margin-top:2vw;
175
-            }
176
-            
177
-                #names{
178
-                    margin : 0;
179
-                }
173
+    footer{
174
+        flex:0.5;
175
+        display:flex;
176
+        flex-direction: column;
177
+        justify-content:flex-end;
178
+        align-items: center;
179
+        font-size:1vw;
180
+        margin-top:2vw;
181
+    }
182
+    
183
+        #names{
184
+            margin : 0;
185
+        }

+ 2
- 1
HTML/aide_ami.html View File

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

Loading…
Cancel
Save