8282.skillsSubContainer .skillsStarsContainer .inactive { -webkit-filter : grayscale (100% ); filter : grayscale (100% ); }
8383
8484# skillsCardsContainer {
85+ max-width : 95% ;
86+ min-width : 95% ;
87+
8588 display : flex;
8689 flex-direction : column;
8790 justify-content : center;
97100 gap : 1em ;
98101}
99102
100- .skillsContentsContainer {
101- display : flex;
102- flex-direction : column;
103- justify-content : center;
104- align-items : start;
105- gap : 1em ;
106- }
107-
108103.skillsContentsSubContainer {
109104 display : flex;
110105 flex-direction : row;
111106 flex-wrap : wrap;
112- justify-content : flex-start ;
107+ justify-content : space-around ;
113108 align-items : center;
114- gap : 1 em ;
109+ gap : 1.20 em ;
115110}
116111
117- .skillsProgress {
118- box-sizing : content-box;
119- width : 200px ;
120- height : 20px ;
121- position : relative;
122- background-color : var (--progress-bar-background-color );
123- border-radius : 25px ;
124- box-shadow : inset 0 -1px 1px rgba (255 , 255 , 255 , 0.3 );
125- }
126-
127- .skillsProgress > span {
128- display : block;
129- height : 100% ;
130- border-radius : 20px ;
131- background-color : var (--color-4 );
132- background-image : linear-gradient (center bottom, rgb (43 , 194 , 83 ) 37% , rgb (84 , 240 , 84 ) 69% );
133- box-shadow : inset 0 2px 9px rgba (255 , 255 , 255 , 0.3 ), inset 0 -2px 6px rgba (0 , 0 , 0 , 0.4 );
134- position : relative;
135- overflow : hidden;
136- }
137-
138- .skillsProgress > span : after , .animate > span > span {
139- content : "" ;
140- position : absolute;
141- top : 0 ;
142- left : 0 ;
143- bottom : 0 ;
144- right : 0 ;
145- background-image : linear-gradient (
146- -45deg ,
147- rgba (255 , 255 , 255 , 0.2 ) 25% ,
148- transparent 25% ,
149- transparent 50% ,
150- rgba (255 , 255 , 255 , 0.2 ) 50% ,
151- rgba (255 , 255 , 255 , 0.2 ) 75% ,
152- transparent 75% ,
153- transparent
154- );
155- z-index : 1 ;
156- background-size : 50px 50px ;
157- animation : move 2s linear infinite;
158- border-top-right-radius : 8px ;
159- border-bottom-right-radius : 8px ;
160- border-top-left-radius : 20px ;
161- border-bottom-left-radius : 20px ;
162- overflow : hidden;
112+ .skillsContentsItems {
113+ display : flex;
114+ flex-direction : row;
115+ align-items : center;
116+ justify-content : space-around;
117+ gap : 5px ;
163118}
164119
165120
166121
167-
168-
169-
170-
171-
172-
173-
122+ /*
123+ ************************
124+ ** Projects Container **
125+ ************************
126+ */
174127# projectsSubContainer {
175128 display : flex;
176129 align-items : center;
179132 row-gap : var (--skills-card-height );
180133}
181134
182- /*
183- ************************
184- ** Projects Container **
185- ************************
186- */
187135# projectsSubContainer .projectBtn {
188136 display : flex;
189137 align-items : center;
272220 animation-name : scrollSign;
273221 animation-duration : 1.5s ;
274222 animation-iteration-count : infinite;
275- }
276-
277- /*
278- ************
279- ** Mobile **
280- ************
281- */
282- @media only screen and (max-width : 850px ) {
283- .skillsContentsSubContainer { justify-content : center; }
284223}
0 commit comments