@@ -104,6 +104,107 @@ <h3>Contribute</h3>
104
104
<h1>Thank you!</h1>
105
105
<p>Hello from ZA.</p>
106
106
107
+ <!-- Josep Méndez's Start -->
108
+ <div class="container-DL">
109
+ <div class="flip-card-DL">
110
+ <div class="flip-card-inner-DL" style="width: 100%; height: 100%; text-align: center; transition: transform 0.8s; transform-style: preserve-3d; position: relative;">
111
+ <div class="flip-card-front-DL">
112
+ <h1 class="flip-card-front-DL-h1">
113
+ U talking to me?
114
+ </h1>
115
+ <p style="font-size: small;">hovering flips</p>
116
+ </div>
117
+ <div class="flip-card-back-DL">
118
+ <h1 class="flip-card-back-DL-h1">
119
+ Josep Méndez 👋
120
+ </h1>
121
+ <p style="font-size: medium;">Palma de Mallorca / SPAIN</p>
122
+ <p style="font-size: medium;">2025-02-04</p>
123
+ </div>
124
+ </div>
125
+ </div>
126
+ </div>
127
+
128
+ <style>
129
+ .flip-card-DL:hover .flip-card-inner-DL {
130
+ transform: rotateY(180deg);
131
+ }
132
+
133
+ .flip-card-DL {
134
+ font-family: 'Roboto', sans-serif;
135
+ width: 350px;
136
+ height: 400px;
137
+ perspective: 1100px;
138
+ }
139
+
140
+ .flip-card-back-DL {
141
+ position: absolute;
142
+ width: 100%;
143
+ height: 100%;
144
+ display: flex;
145
+ flex-direction: column;
146
+ justify-content: center;
147
+ align-items: center;
148
+ border: 1px solid blue;
149
+ border-radius: 1rem;
150
+ background: #000000;
151
+ color: blue;
152
+ box-shadow: 2px 10px 50px 10px blue;
153
+ backface-visibility: hidden;
154
+ transform: rotateY(180deg);
155
+ }
156
+
157
+ .flip-card-back-DL-h1 {
158
+ font-family: 'Roboto', sans-serif;
159
+ font-size: 22px;
160
+ background-color: black;
161
+ color: lightblue;
162
+ padding: 0.5rem 1rem;
163
+ border: 0.25rem solid blue;
164
+ box-shadow: 5px 5px 50px 10px blue;
165
+ border-radius: 8px;
166
+ margin: 0 0 0.5rem 0;
167
+ }
168
+
169
+ .flip-card-front-DL {
170
+ position: absolute;
171
+ width: 100%;
172
+ height: 100%;
173
+ display: flex;
174
+ flex-direction: column;
175
+ justify-content: center;
176
+ align-items: center;
177
+ border: 1px solid yellow;
178
+ border-radius: 1rem;
179
+ background: yellow;
180
+ color: #000000;
181
+ box-shadow: -2px 10px 50px 10px black;
182
+ backface-visibility: hidden;
183
+ }
184
+
185
+ .flip-card-front-DL-h1 {
186
+ font-family: 'Roboto', sans-serif;
187
+ font-size: 22px;
188
+ background-color: #000000;
189
+ color: #ff8c00;
190
+ padding: 0.5rem 1rem;
191
+ margin: 40px;
192
+ border: 0.25rem solid #ff8c00;
193
+ box-shadow: 10px 10px 50px 10px blue;
194
+ border-radius: 8px;
195
+ }
196
+
197
+ .container-DL {
198
+ display: flex;
199
+ margin: 2rem 0.5rem;
200
+ justify-content: center;
201
+ gap: 1rem;
202
+ flex-wrap: wrap;
203
+ }
204
+
205
+ </style>
206
+ <!-- Josep Méndez's End -->
207
+
107
208
<!--Start of REFRAZ1's message-->
108
209
<div class="matrix" style="font-size: x-large; border: 0.4px solid #ccc; padding: 3%; margin: 5%;box-shadow: 2px 1px 6px #1e1f32; border-radius: 10px;">
109
210
<h3 style="color: rgba(32, 105, 173, 0.933);">I want to thank our mothers for taking care of us. <br>And also W3S for allowing us to learn new skills for free. <br> <br> Remember that the road called “tomorrow” leads to a city called “never” <p style="color: white;">.-. . ..-. .-. .- --.. .----</p> </h3>
0 commit comments