Skip to content

Commit a7f6aad

Browse files
Merge pull request #3758 from SwainStyle1/master
added my personal message to index.html
2 parents 6482216 + 6ad8e13 commit a7f6aad

File tree

1 file changed

+102
-0
lines changed

1 file changed

+102
-0
lines changed

index.html

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,108 @@ <h3>Contribute</h3>
102102

103103
<!-- Insert your message below here -->
104104

105+
<!-- Logan Swain's Start -->
106+
<div class="container-DL">
107+
<div class="flip-card-DL">
108+
<div class="flip-card-inner-DL" style="width: 100%; height: 100%; text-align: center; transition: transform 0.8s; transform-style: preserve-3d; position: relative;">
109+
<div class="flip-card-front-DL">
110+
<h1 class="flip-card-front-DL-h1">
111+
Thank you W3 schools for the great resources,
112+
and also whoever came up with this card flip idea
113+
</h1>
114+
<p style="font-size: small;">Hover to flip</p>
115+
</div>
116+
<div class="flip-card-back-DL">
117+
<h1 class="flip-card-back-DL-h1">
118+
Logan &#128076;
119+
</h1>
120+
<p style="font-size: medium;">Indiana / US</p>
121+
<p style="font-size: medium;">01-22-2025</p>
122+
</div>
123+
</div>
124+
</div>
125+
</div>
126+
127+
<style>
128+
.flip-card-DL:hover .flip-card-inner-DL {
129+
transform: rotateY(180deg);
130+
}
131+
132+
.flip-card-DL {
133+
font-family: 'Roboto', sans-serif;
134+
width: 350px;
135+
height: 400px;
136+
perspective: 1100px;
137+
}
138+
139+
.flip-card-back-DL {
140+
position: absolute;
141+
width: 100%;
142+
height: 100%;
143+
display: flex;
144+
flex-direction: column;
145+
justify-content: center;
146+
align-items: center;
147+
border: 1px #f3431c;
148+
border-radius: 1rem;
149+
background: #000000;
150+
color: blue;
151+
box-shadow: 2px 10px 50px 10px blue;
152+
backface-visibility: hidden;
153+
transform: rotateY(180deg);
154+
}
155+
156+
.flip-card-back-DL-h1 {
157+
font-family: 'Roboto', sans-serif;
158+
font-size: 22px;
159+
background-color: black;
160+
color: lightblue;
161+
padding: 0.5rem 1rem;
162+
border: 0.25rem solid blue;
163+
box-shadow: 5px 5px 50px 10px blue;
164+
border-radius: 8px;
165+
margin: 0 0 0.5rem 0;
166+
}
167+
168+
.flip-card-front-DL {
169+
position: absolute;
170+
width: 100%;
171+
height: 100%;
172+
display: flex;
173+
flex-direction: column;
174+
justify-content: center;
175+
align-items: center;
176+
border: 1px solid #f3431c;
177+
border-radius: 1rem;
178+
background: #f3431c;
179+
color: #000000;
180+
box-shadow: -2px 10px 50px 10px black;
181+
backface-visibility: hidden;
182+
}
183+
184+
.flip-card-front-DL-h1 {
185+
font-family: 'Roboto', sans-serif;
186+
font-size: 22px;
187+
background-color: #000000;
188+
color: #5c9ef5;
189+
padding: 0.5rem 1rem;
190+
margin: 40px;
191+
border: 0.25rem solid #5c9ef5;
192+
box-shadow: 10px 10px 50px 10px blue;
193+
border-radius: 8px;
194+
}
195+
196+
.container-DL {
197+
display: flex;
198+
margin: 2rem 0.5rem;
199+
justify-content: center;
200+
gap: 1rem;
201+
flex-wrap: wrap;
202+
}
203+
204+
</style>
205+
<!-- Logan Swain's End -->
206+
105207
<!-- Dariusz Larsen's Start -->
106208
<div class="container-DL">
107209
<div class="flip-card-DL">

0 commit comments

Comments
 (0)