Skip to content

Commit 4831ae4

Browse files
authored
Merge pull request #1 from nipunh/opensource
Opensource
2 parents f496856 + 8b7795a commit 4831ae4

File tree

8 files changed

+1019
-944
lines changed

8 files changed

+1019
-944
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: 11 additions & 6 deletions
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
}
@@ -735,24 +735,22 @@ img {
735735
font-family: var(--body-font);
736736
}
737737

738-
739-
740738
@media screen and (max-width: 600px) {
741739
.portfolio__container{
742740
padding-left: 1rem;
743741
padding-right: 1rem;
744742
}
745-
746-
747743
}
748744

749745
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");
750746

747+
751748
.container-tabs {
752749
display: flex;
753750
align-items: center;
754751
justify-content: center;
755-
}
752+
}
753+
756754
.tabs {
757755
display: flex;
758756
position: relative;
@@ -764,11 +762,14 @@ img {
764762
.tabs * {
765763
z-index: 2;
766764
}
765+
767766
input[type="radio"] {
768767
display: none;
769768
}
769+
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)