Skip to content

Commit 4f7573a

Browse files
committed
Ajout des commentaires de Gremah
1 parent 8aab595 commit 4f7573a

File tree

1 file changed

+106
-0
lines changed

1 file changed

+106
-0
lines changed

index.html

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,112 @@ <h3 style="color: rgba(32, 105, 173, 0.933);">I want to thank our mothers for ta
108108
<h6 style="font-style: italic;"> Hello from Ukraine </h6>
109109
</div>
110110
<!--End of REFRAZ1's message-->
111+
<!--Amadou Habou Gremah Mahamadou : Farkon ayki(start) -->
112+
<div class="container-DL">
113+
<div class="flip-card-DL">
114+
<div class="flip-card-inner-DL" style="width: 100%; height: 100%; text-align: center; transition: transform 0.8s; transform-style: preserve-3d; position: relative;">
115+
<div class="flip-card-front-DL">
116+
<h1 class="flip-card-front-DL-h1">
117+
A big thank you to W3Schools for the invaluable resources,
118+
and to the creator of this brilliant card flip idea!
119+
from <b>Niger</b>, "Mun gode" !
120+
121+
</h1>
122+
<p style="font-size: small;">Survoler pour retourner</p>
123+
</div>
124+
<div class="flip-card-back-DL">
125+
<h1 class="flip-card-back-DL-h1">
126+
GREMAH &#128076;
127+
</h1>
128+
<p>Gremah Mahamadou</p>
129+
<p style="font-size: medium;">vive le Niger/AES</p>
130+
<img src="../Drapeaux_pays_AES.jpg" alt="Aliance des Etats du Sahel" width="50%" height="100px">
131+
<p style="font-size: medium;">Monastir, le 01-31-2025</p>
132+
</div>
133+
</div>
134+
</div>
135+
</div>
136+
137+
<style>
138+
.flip-card-DL:hover .flip-card-inner-DL {
139+
transform: rotateX(180deg);
140+
}
141+
142+
.flip-card-DL {
143+
font-family: 'Roboto', sans-serif;
144+
width: 350px;
145+
height: 400px;
146+
perspective: 1100px;
147+
}
148+
149+
.flip-card-back-DL {
150+
position: absolute;
151+
width: 100%;
152+
height: 100%;
153+
display: flex;
154+
flex-direction: column;
155+
justify-content: center;
156+
align-items: center;
157+
border:ridge 2px #f3431c;
158+
border-radius: 2rem;
159+
background: #fff;
160+
color: blue;
161+
box-shadow: 2px 10px 50px 10px blue;
162+
backface-visibility: hidden;
163+
transform: rotateX(-180deg);
164+
}
165+
166+
.flip-card-back-DL-h1 {
167+
font-family: 'Roboto', sans-serif;
168+
font-size: 22px;
169+
background-color: black;
170+
color: lightblue;
171+
padding: 0.5rem 1rem;
172+
border: 0.25rem solid blue;
173+
box-shadow: 5px 5px 50px 10px blue;
174+
border-radius: 8px;
175+
margin: 0 0 0.5rem 0;
176+
}
177+
178+
.flip-card-front-DL {
179+
position: absolute;
180+
width: 100%;
181+
height: 100%;
182+
display: flex;
183+
flex-direction: column;
184+
justify-content: center;
185+
align-items: center;
186+
border: 1px solid black;
187+
border-radius: 1rem;
188+
background: linear-gradient(to bottom,rgb(255, 94, 0),white, green);
189+
color: #000000;
190+
box-shadow: -2px 10px 50px 10px black;
191+
backface-visibility: hidden;
192+
}
193+
194+
.flip-card-front-DL-h1 {
195+
font-family: 'Roboto', sans-serif;
196+
font-size: 22px;
197+
background-color: rgba(255, 94, 0, 0.785);
198+
color: black;
199+
padding: 0.5rem 1rem;
200+
margin: 40px;
201+
border: 0.25rem double black;
202+
box-shadow: 15px 10px 40px 10px white;
203+
border-radius: 100px;
204+
}
205+
206+
.container-DL {
207+
display: flex;
208+
margin: 2rem 0.5rem;
209+
justify-content: center;
210+
gap: 1rem;
211+
flex-wrap: wrap;
212+
}
213+
214+
</style>
215+
<!--Amadou Habou Gremah Mahamadou : karshen ayki(end) -->
216+
111217

112218
<!-- Logan Swain's Start -->
113219
<div class="container-DL">

0 commit comments

Comments
 (0)