entirelly just a place for me to paste things that i might never need but don't want to delete forever navigation bar stuff CSS: nav { max-height:25px; height:25px; padding:5px list-style-type: none; margin-left: 0; padding-left: 0; margin-top: 0; display: flex; flex-wrap: wrap; justify-content: left; } /* vvvv IDK IF THIS DOES ANYTHING */ .topnav a { float: left; display: block; text-align: center; } /* ^^^ */ HTML: