modified: valitovgaziz/html/index.html

modified:   valitovgaziz/html/style.css
try to add linear-gradient
This commit is contained in:
2025-09-23 00:59:00 +05:00
parent 7552b6f816
commit 921d9d4831
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -258,7 +258,7 @@
<h2>Проекты и достижения</h2> <h2>Проекты и достижения</h2>
<p> <p>
<a <a
href="https://github.com/valitovgaziz" href="https://github.com"
class="project-link" class="project-link"
target="_blank" target="_blank"
><strong><i>github.com</i></strong></a ><strong><i>github.com</i></strong></a
+3 -1
View File
@@ -55,12 +55,14 @@ h1 {
} }
.section { .section {
background: white;
padding: 2rem; padding: 2rem;
margin-bottom: 2rem; margin-bottom: 2rem;
border-radius: 8px; border-radius: 8px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
background: linear-gradient();
} }
.skills-container { .skills-container {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;