Answer the question
In order to leave comments, you need to log in
How to remove the bottom margin from the container?
For some reason, the container has a bottom margin, tell me how to remove it?
<div class="container-fluid" style="background-color: #6000ff;">
</div>
/* Show it is fixed to the top */
html{
font-size:15px;
margin: 0 auto;
}
body {
margin: 0 auto;
font-family:'Montserrat',sans-serif;
font-size:1rem;
color:#2b2a2c
}
a {
text-align: center;
color: #000;
text-decoration: none;
text-transform: uppercase;
}
.works__nav {
display:flex;
justify-content:center;
margin-bottom:1.4rem
}
.works__nav-link {
margin:0 1.2rem;
font-size:.8rem;
color:rgba(43,42,44,0.7);
text-decoration:none
}
.works__nav-link:hover {
text-decoration:none
}
.hide{
display:none
}
Answer the question
In order to leave comments, you need to log in
You are probably looking for the cause in the wrong place.
https://developer.mozilla.org/ru/docs/Web/CSS/CSS_...
https://habr.com/ru/post/465839/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question