[Solved] HTML and CSS links positioning – BOOTSTRAP 4 [closed]


U can do quick fix with css on

.nav > a {
float: left;
margin-rigth: 10px;
}

and on end clear both

.clear-div {
 clear: both;
}

2

solved HTML and CSS