Skip to content

Commit 21b7846

Browse files
committed
open source project secction
1 parent 66ace0a commit 21b7846

File tree

8 files changed

+1018
-939
lines changed

8 files changed

+1018
-939
lines changed

.DS_Store

6 KB
Binary file not shown.

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"liveServer.settings.port": 5501
3+
}

assets/cyclops.gif

6.64 MB
Loading

assets/figuringout.jpeg

271 KB
Loading

assets/openpedia.png

22.2 KB
Loading

css/project.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,16 @@ article .icon {
139139
.btn-container {
140140
margin-top: 1rem;
141141
display: flex;
142-
justify-content: center;
142+
/* justify-content: space-between; */
143+
align-items : space-between;
143144
gap: 1rem;
144145
}
145146

146147
.btn {
147148
font-weight: 600;
148149
transition: all 300ms ease;
149150
padding: 1rem;
150-
width: 8rem;
151+
width: 6rem;
151152
border-radius: 2rem;
152153
}
153154

@@ -199,7 +200,7 @@ article .icon {
199200
}
200201

201202
.flip-card-inner {
202-
padding: 1rem 0.5rem 0.5rem 0.5rem;
203+
padding: 1rem 0.5rem 1rem 0.5rem;
203204
display: flex;
204205
flex-direction: column;
205206
align-content: center;
@@ -210,6 +211,10 @@ article .icon {
210211

211212
/* Position the front and back side */
212213
.flip-card-front{
214+
display: flex;
215+
flex-direction: column;
216+
align-items: center;
217+
justify-content: space-be;
213218
text-align: center;
214219
/* position: absolute; */
215220
-webkit-backface-visibility: hidden;

css/style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ img {
726726
border-top: 5px solid hsl(180, 62%, 55%);
727727
border-color: rgb(180, 62%, 55%);
728728
text-align: center;
729-
/* height: 500px; */
729+
min-height: 500px;
730730
padding: 0.5rem;
731731
margin: 1rem;
732732
}
@@ -769,6 +769,7 @@ img {
769769
}
770770
.tab {
771771
display: flex;
772+
flex-direction : row;
772773
align-items: center;
773774
justify-content: center;
774775
height: 34px;
@@ -821,6 +822,10 @@ img {
821822
transform: translateX(200%);
822823
}
823824

825+
input[id="radio-4"]:checked ~ .glider {
826+
transform: translateX(300%);
827+
}
828+
824829
@media (max-width: 700px) {
825830
.tabs {
826831
transform: scale(0.6);

0 commit comments

Comments
 (0)