Skip to content

Commit ad67db0

Browse files
committed
Update section title underline style
1 parent 22612ec commit ad67db0

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

styles.css

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,10 @@ h2 {
356356
bottom: 0;
357357
left: 50%;
358358
transform: translateX(-50%);
359-
width: 60px;
360-
height: 3px;
359+
width: 100px;
360+
height: 4px;
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: 40px;
1255-
height: 3px;
1255+
width: 100px;
1256+
height: 4px;
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: 80px;
1621-
height: 3px;
1622+
width: 100px;
1623+
height: 4px;
16221624
background: #00fffc;
16231625
transform: translateX(-50%);
16241626
animation: glowPulse 2s infinite;

0 commit comments

Comments
 (0)