<html> <head> <style> body { text-align: center; } ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; border: 1px solid #e7e7e7; background-color: #FFF7F1; } li { float: left; width: 100px; text-align: center; } ul { width: 300px; margin:auto; } li a { display: block; color: #666; text-align: center; padding: 4px 6px; text-decoration: none; } li a:hover:not(.active) { background-color: #FFECDD; } li a.active { color: white; background-color: #EA9565; } </style> </head> <body> <h3>HomeKia</h3> <ul> <li><a class="active" href="https://getmimo.com/r/websites/homekia/index.html">Home</a></li> <li><a href="https://getmimo.com/r/websites/homekia/kitchen.html">Kitchen</a></li> <li><a href="https://getmimo.com/r/websites/homekia/bedroom.html">Bedroom</a></li> </ul> <p>Welcome to HomeKia, where you'll find plenty of sustainable options to fit your shopping needs!</p> </body> </html> ]]>