File tree Expand file tree Collapse file tree 8 files changed +1019
-944
lines changed Expand file tree Collapse file tree 8 files changed +1019
-944
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "liveServer.settings.port" : 5501
3
+ }
Original file line number Diff line number Diff line change @@ -139,15 +139,16 @@ article .icon {
139
139
.btn-container {
140
140
margin-top : 1rem ;
141
141
display : flex;
142
- justify-content : center;
142
+ /* justify-content: space-between; */
143
+ align-items : space-between;
143
144
gap : 1rem ;
144
145
}
145
146
146
147
.btn {
147
148
font-weight : 600 ;
148
149
transition : all 300ms ease;
149
150
padding : 1rem ;
150
- width : 8 rem ;
151
+ width : 6 rem ;
151
152
border-radius : 2rem ;
152
153
}
153
154
@@ -199,7 +200,7 @@ article .icon {
199
200
}
200
201
201
202
.flip-card-inner {
202
- padding : 1rem 0.5rem 0.5 rem 0.5rem ;
203
+ padding : 1rem 0.5rem 1 rem 0.5rem ;
203
204
display : flex;
204
205
flex-direction : column;
205
206
align-content : center;
@@ -210,6 +211,10 @@ article .icon {
210
211
211
212
/* Position the front and back side */
212
213
.flip-card-front {
214
+ display : flex;
215
+ flex-direction : column;
216
+ align-items : center;
217
+ justify-content : space-be;
213
218
text-align : center;
214
219
/* position: absolute; */
215
220
-webkit-backface-visibility : hidden;
Original file line number Diff line number Diff line change @@ -726,7 +726,7 @@ img {
726
726
border-top : 5px solid hsl (180 , 62% , 55% );
727
727
border-color : rgb (180 , 62% , 55% );
728
728
text-align : center;
729
- /* height: 500px; */
729
+ min- height: 500px ;
730
730
padding : 0.5rem ;
731
731
margin : 1rem ;
732
732
}
@@ -735,24 +735,22 @@ img {
735
735
font-family : var (--body-font );
736
736
}
737
737
738
-
739
-
740
738
@media screen and (max-width : 600px ) {
741
739
.portfolio__container {
742
740
padding-left : 1rem ;
743
741
padding-right : 1rem ;
744
742
}
745
-
746
-
747
743
}
748
744
749
745
@import url ("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" );
750
746
747
+
751
748
.container-tabs {
752
749
display : flex;
753
750
align-items : center;
754
751
justify-content : center;
755
- }
752
+ }
753
+
756
754
.tabs {
757
755
display : flex;
758
756
position : relative;
@@ -764,11 +762,14 @@ img {
764
762
.tabs * {
765
763
z-index : 2 ;
766
764
}
765
+
767
766
input [type = "radio" ] {
768
767
display : none;
769
768
}
769
+
770
770
.tab {
771
771
display : flex;
772
+ flex-direction : row;
772
773
align-items : center;
773
774
justify-content : center;
774
775
height : 34px ;
@@ -821,6 +822,10 @@ img {
821
822
transform : translateX (200% );
822
823
}
823
824
825
+ input [id = "radio-4" ]: checked ~ .glider {
826
+ transform : translateX (300% );
827
+ }
828
+
824
829
@media (max-width : 700px ) {
825
830
.tabs {
826
831
transform : scale (0.6 );
You can’t perform that action at this time.
0 commit comments