File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -356,9 +356,10 @@ h2 {
356356 bottom : 0 ;
357357 left : 50% ;
358358 transform : translateX (-50% );
359- width : 60 px ;
360- height : 3 px ;
359+ width : 100 px ;
360+ height : 4 px ;
361361 background : # 00fffc ;
362+ animation : glowPulse 2s infinite;
362363}
363364
364365.skills-container {
@@ -1251,9 +1252,10 @@ button:hover {
12511252 position : absolute;
12521253 bottom : -8px ;
12531254 left : 0 ;
1254- width : 40 px ;
1255- height : 3 px ;
1255+ width : 100 px ;
1256+ height : 4 px ;
12561257 background : # 00fffc ;
1258+ animation : glowPulse 2s infinite;
12571259}
12581260
12591261.skills-container {
@@ -1617,8 +1619,8 @@ button:hover {
16171619 position : absolute;
16181620 left : 50% ;
16191621 bottom : 0 ;
1620- width : 80 px ;
1621- height : 3 px ;
1622+ width : 100 px ;
1623+ height : 4 px ;
16221624 background : # 00fffc ;
16231625 transform : translateX (-50% );
16241626 animation : glowPulse 2s infinite;
You can’t perform that action at this time.
0 commit comments