Hi Good People, I want to ask something about Personal Portfolio Project.
Why there is a distance between navbar and another container?
Link Codepen : https://codepen.io/sonyhsn/pen/EQQKJV
Hi Good People, I want to ask something about Personal Portfolio Project.
Why there is a distance between navbar and another container?
Link Codepen : https://codepen.io/sonyhsn/pen/EQQKJV
The .navbar class has a default margin-bottom: 20px; If you add the following to your .navbar definition, the white space disappears.
margin-bottom:0;
Big thanks for you, randell!