Skip to content

Commit e2cc0e5

Browse files
Merge pull request #3783 from Mahamadou-dev/master
Ajout des commentaires de Gremah
2 parents 15b736d + a077634 commit e2cc0e5

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

114220
<!-- Logan Swain's Start -->
115221
<div class="container-DL">

0 commit comments

Comments
 (0)