mblode/marx

Nav tag outside body

fubario opened this issue · 1 comments

Hello, minor nitpicking, in the documentation page the nav tag is outside body

</script> </head> <nav> <ul> <li> <a href="./" class=brand>Marx </a></li> <li class=active> <a href="./">Home </a></li> <li> <a href="documentation/">Docs </a></li> </ul> </nav> <body> <main> <center class=hero> <h1>Marx</h1> <h3 id=tagline>The classless CSS reset (perfect for Communists).</h3> <p>No JavaScript. No Classes. Just raw CSS. <br><small>11.1 kB / 3.7 kB (Gzip) minified.</small></p> <div> <a href="https://raw.githubusercontent.com/mblode/marx/master/css/marx.min.css" target=_blank id=download><button>Download</button></a> <a href="https://github.com/mblode/marx" target=_blank id=github><button>Github</button></a> </div> </center> <h3 id=is-marx-for-you>Is Marx for you?</h3> <p>Marx is a CSS stylesheet to be used in any projects (namely small ones). If you don't need the weight of heavy frameworks or you would just like to make an edible website quickly, Marx is perfect for you. It can be used out of the minified box but it can also be customised and styled through the use of HTML classes.</p> <h3 id=key-features>Key Features</h3> <ul> <li>Built atop of Sanitize.css, meaning all browsers render consistently.</li> <li>Customise using Sass and Stylus preprocessors.</li> <li>Responsive and mobile-friendly.</li> <li>Clean, beautiful typography.</li> <li>Forms, tables, buttons and navigation.</li> <li>Zero classes, so it already works with your HTML.</li> <li>Drop-dead gorgeous.</li> <li>It just works.</li> </ul> <p><a href="https://github.com/mblode/marx">For more info, check out Marx on Github.</a></p> <footer> <p>&copy; 2019 &middot; <a href="https://github.com/mblode/">Matthew Blode</a></p> </footer> </main> </body> </html>

Thank @fubario, I'll fix that now 👍