@@ -111,7 +111,7 @@ <h6 style="font-style: italic;"> Hello from Ukraine </h6>
111
111
<!--Amadou Habou Gremah Mahamadou : Farkon ayki(start) -->
112
112
<div class="container-DLL">
113
113
<div class="flip-card-DLL">
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;">
114
+ <div class="flip-card-inner-DLL " style="width: 100%; height: 100%; text-align: center; transition: transform 0.8s; transform-style: preserve-3d; position: relative;">
115
115
<div class="flip-card-front-DLL">
116
116
<h1 class="flip-card-front-DLL-h1">
117
117
A big thank you to W3Schools for the invaluable resources,
@@ -135,8 +135,8 @@ <h1 class="flip-card-back-DLL-h1">
135
135
</div>
136
136
137
137
<style>
138
- .flip-card-DL :hover .flip-card-inner-DLL {
139
- transform: rotateX(180deg);
138
+ .flip-card-DLL :hover .flip-card-inner-DLL {
139
+ transform: rotateX(- 180deg);
140
140
}
141
141
142
142
.flip-card-DLL {
@@ -185,7 +185,7 @@ <h1 class="flip-card-back-DLL-h1">
185
185
align-items: center;
186
186
border: 1px solid black;
187
187
border-radius: 1rem;
188
- background: linear-gradient(to bottom,rgb(255, 94, 0),white, green) !important;
188
+ background: linear-gradient(to bottom,rgb(255, 94, 0),white, green) !important ;
189
189
color: #000000;
190
190
box-shadow: -2px 10px 50px 10px black;
191
191
backface-visibility: hidden;
0 commit comments