our recent projects
This commit is contained in:
31
style.css
31
style.css
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user