add 2 sections

This commit is contained in:
2026-07-15 17:15:07 +03:00
parent 910921fb85
commit c0746de3fa
10 changed files with 268 additions and 65 deletions
+30
View File
@@ -0,0 +1,30 @@
.portfolio {
&-header {
justify-content: space-between;
}
&_title {
text-transform: uppercase;
font: {
size: 35px;
weight: 600;
}
color: var(--main-text-color);
margin: 50px 50px;
}
&_buttons {
position: relative;
width: 130px;
margin-top: 1em;
margin-left: auto;
margin-right: 2em;
button {
width:60px;
height: 60px;
border:3px solid #373737;
border-radius: 4px;
:hover {
border-color: #D9D9D9;
}
}
}
}