<footer>
<p class="footerp">© 2017 GitHub Inc. All rights reserved.</p>
<nav class="navm">
<a href="#" class="navm active">Terms of Service</a>
<a href="#" class="navm active">Privacy</a>
<a href="#" class="navm active">Security</a>
<a href="#" class="navm active">Support</a>
</nav>
</footer>
.navm {
margin-top: 20px;
margin-left: 100px;
margin-top: 1px;
}
.active {
line-height:250px;
font-size: 14px;
text-decoration: none;
color: #4183c4;
}
footer {
display: flex;
justify-content: space-around;
}
footer {
display: flex;
justify-content: space-between;
align-items: center;
}
.navm {
/*margin-top: 20px;*/
margin-left: 100px;
margin-top: 1px;
}
.active {
/*line-height: 250px;*/
font-size: 14px;
text-decoration: none;
color: #4183c4;
}