modified: valitovgaziz/html/style.css

change background color in secriont, valitovgaziz's site
This commit is contained in:
2025-09-23 01:05:43 +05:00
parent 921d9d4831
commit 1d63fc46fc
+1 -3
View File
@@ -55,14 +55,12 @@ h1 {
}
.section {
background: rgb(226, 240, 241);
padding: 2rem;
margin-bottom: 2rem;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
background: linear-gradient();
}
.skills-container {
display: flex;
flex-wrap: wrap;