section_portfolio

This commit is contained in:
2026-03-01 16:44:30 +03:00
parent bd95f02596
commit 98e9ee1d5d
7 changed files with 163 additions and 0 deletions

View File

@@ -532,6 +532,7 @@ textarea {
border-radius: 10px;
padding: 30px;
margin-top: 30px;
margin: 0px 80px;
}
.portfolio_item {
padding: 30px 0;
@@ -568,6 +569,88 @@ textarea {
font-size: 20px;
}
.portfolio_about {
padding-top: 120px;
display: flex;
justify-content: space-between;
}
.portfolio_video {
object-fit: contain;
}
.portfolio_content {
margin-left: 80px;
}
.portfolio_h2 {
font-size: 30px;
font-weight: 900;
padding-bottom: 20px;
line-height: 1.8;
}
.portfolio_p_2 {
font-size: 14px;
font-weight: 500;
padding-bottom: 25px;
line-height: 1.8;
}
.portfolio_ul {
}
.portfolio_li {
display: flex;
align-items: center;
gap: 15px;
overflow: hidden;
padding-bottom: 10px;
}
.porftfolio_vector {
width: 100%;
height: 100%;
height: 24px;
width: 24px;
}
.portfolio_li_p {
font-size: 14px;
font-weight: 500;
line-height: 1.8;
}
.portfolio_readme {
padding-top: 160px;
display: flex;
justify-content: space-between;
gap: 140px;
}
.portfolio_readme_reverse {
flex-direction: row-reverse;
}
.portfolio_readme_content {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.portfolio_h3 {
font-size: 30px;
font-weight: 500;
line-height: 1.5;
}
.portfolio_p_row {
font-size: 17px;
line-height: 1.5;
}
.portfolio_btn {
width: 40%;
border-radius: 0;
background: none;
background-color: #DC7000;
font-size: 16px;
transition: all 500ms ease;
}
.portfolio_btn:hover {
transform: none;
background-color: #b01414;
}
.portfolio_img {
}
/* -----------------------------------FOOTER------------------------------------------ */
.footer {