modified: valitovgaziz/html/style.css

add shadow to skill's tag, valitovgaziz's site
This commit is contained in:
2025-09-23 17:12:08 +05:00
parent 34ed53b36c
commit 410f0cb67c
+2 -1
View File
@@ -70,8 +70,9 @@ h1 {
background-color: var(--secondary); background-color: var(--secondary);
color: white; color: white;
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
border-radius: 20px; border-radius: 1em;
font-size: 0.9rem; font-size: 0.9rem;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
} }
.timeline { .timeline {
position: relative; position: relative;