Answer the question
In order to leave comments, you need to log in
Is it possible in this situation to move the button to the very end of the entire container?
https://codepen.io/roderen/pen/OJbJeQO?editors=1100
With a screen resolution of 768 and below, is it possible to move the "View all projects" button to the very end of the container (after the cards)?
Answer the question
In order to leave comments, you need to log in
@media (max-width: 768px) {
.house-projects {
position: relative;
padding-bottom: 100px;
}
.all-projects {
position: absolute;
bottom: 0;
left: 0;
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question