our recent projects

This commit is contained in:
2026-02-17 22:42:37 +03:00
parent e6ac690692
commit dff5547d78
8 changed files with 52 additions and 1 deletions

View File

@@ -160,7 +160,6 @@ span img {
/* ------------------------------------BIF-TEXT----------------------------------------- */
.container {
}
.big-text {
padding: 50px 0;
@@ -239,4 +238,34 @@ span img {
}
.img_block {
margin-top: 15px;
}
/* ----------------------------PROJECTS--------------------------------- */
.container {
}
.projects {
padding: 100px 0;
}
.projects_h3 {
font-size: 30px;
text-align: center;
}
.projects_p {
text-align: center;
margin: 40px 0;
}
.projects_images {
display: flex;
justify-content: space-around;
margin-bottom: 25px;
}
.project_img {
}
.projects .see-all {
float: none;
width: 100px;
text-align: center;
margin: 0 auto;
white-space: nowrap;
}