modified: valitovgaziz/html/index.html
modified: valitovgaziz/html/style.css try to add linear-gradient
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user