Skip to content

Commit 1373102

Browse files
committed
updated website
1 parent d3149e4 commit 1373102

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

styles.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,12 +405,11 @@ section {
405405

406406
.skill-level {
407407
height: 100%;
408-
background: #2563eb; /* choose any solid color */
408+
background: linear-gradient(135deg, #2563eb, #0ea5e9);
409409
border-radius: 20px;
410410
animation: fillBar 2.5s ease-in-out forwards;
411411
}
412412

413-
414413
/* Animation */
415414
@keyframes fillBar {
416415
from { width: 0; }

0 commit comments

Comments
 (0)