Skip to content

Commit 264aa41

Browse files
committed
Ajout2 Commentaires de Gremah
1 parent 4f7573a commit 264aa41

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

index.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -109,20 +109,20 @@ <h6 style="font-style: italic;"> Hello from Ukraine </h6>
109109
</div>
110110
<!--End of REFRAZ1's message-->
111111
<!--Amadou Habou Gremah Mahamadou : Farkon ayki(start) -->
112-
<div class="container-DL">
113-
<div class="flip-card-DL">
112+
<div class="container-DLL">
113+
<div class="flip-card-DLL">
114114
<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">
115+
<div class="flip-card-front-DLL">
116+
<h1 class="flip-card-front-DLL-h1">
117117
A big thank you to W3Schools for the invaluable resources,
118118
and to the creator of this brilliant card flip idea!
119119
from <b>Niger</b>, "Mun gode" !
120120

121121
</h1>
122122
<p style="font-size: small;">Survoler pour retourner</p>
123123
</div>
124-
<div class="flip-card-back-DL">
125-
<h1 class="flip-card-back-DL-h1">
124+
<div class="flip-card-back-DLL">
125+
<h1 class="flip-card-back-DLL-h1">
126126
GREMAH &#128076;
127127
</h1>
128128
<p>Gremah Mahamadou</p>
@@ -135,18 +135,18 @@ <h1 class="flip-card-back-DL-h1">
135135
</div>
136136

137137
<style>
138-
.flip-card-DL:hover .flip-card-inner-DL {
138+
.flip-card-DL:hover .flip-card-inner-DLL {
139139
transform: rotateX(180deg);
140140
}
141141

142-
.flip-card-DL {
142+
.flip-card-DLL {
143143
font-family: 'Roboto', sans-serif;
144144
width: 350px;
145145
height: 400px;
146146
perspective: 1100px;
147147
}
148148

149-
.flip-card-back-DL {
149+
.flip-card-back-DLL {
150150
position: absolute;
151151
width: 100%;
152152
height: 100%;
@@ -163,7 +163,7 @@ <h1 class="flip-card-back-DL-h1">
163163
transform: rotateX(-180deg);
164164
}
165165

166-
.flip-card-back-DL-h1 {
166+
.flip-card-back-DLL-h1 {
167167
font-family: 'Roboto', sans-serif;
168168
font-size: 22px;
169169
background-color: black;
@@ -175,7 +175,7 @@ <h1 class="flip-card-back-DL-h1">
175175
margin: 0 0 0.5rem 0;
176176
}
177177

178-
.flip-card-front-DL {
178+
.flip-card-front-DLL {
179179
position: absolute;
180180
width: 100%;
181181
height: 100%;
@@ -185,13 +185,13 @@ <h1 class="flip-card-back-DL-h1">
185185
align-items: center;
186186
border: 1px solid black;
187187
border-radius: 1rem;
188-
background: linear-gradient(to bottom,rgb(255, 94, 0),white, green);
188+
background: linear-gradient(to bottom,rgb(255, 94, 0),white, green) !important;
189189
color: #000000;
190190
box-shadow: -2px 10px 50px 10px black;
191191
backface-visibility: hidden;
192192
}
193193

194-
.flip-card-front-DL-h1 {
194+
.flip-card-front-DLL-h1 {
195195
font-family: 'Roboto', sans-serif;
196196
font-size: 22px;
197197
background-color: rgba(255, 94, 0, 0.785);
@@ -203,7 +203,7 @@ <h1 class="flip-card-back-DL-h1">
203203
border-radius: 100px;
204204
}
205205

206-
.container-DL {
206+
.container-DLL {
207207
display: flex;
208208
margin: 2rem 0.5rem;
209209
justify-content: center;

0 commit comments

Comments
 (0)