<!doctype html> <html lang="en-us"/> <head> <title>First Colors | Maroon</title> <meta charset="utf-8"/> <link rel="shortcut icon" href="bee.ico"/> <meta name="robots" content="follow"/> <meta name="description" content="Learning basic colors series, begins with very simple concepts and allows your child to move about the site with ease"/> <meta name="keywords" content="Sir Robert B. Casey, Sir Robert, Sir Casey, Robert Casey, Robert B. Casey, Learning, learning colors, learing basic colors, colors with ease, maroon"/> <meta name="author" content="Sir Robert B. Casey"/> <meta name="copyright" content="© 2022 by Sir Robert B. Casey"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> body { background-color:maroon; z-index: -1; display: flex; align-items: center; justify-content: center; } footer { background-color: maroon; position:fixed; bottom: 0px; margin-left: 168px; text-align: center; color:white; font-size:12px; } button { border: 2px solid #a1a1a1; padding: 10px 10px; background: #990000; width: 550px; height:550px; border-radius: 275px; margin:auto; color:white; font-size: 100px; list-style: none; font-weight: bold; outline-style: none; } </style> <link rel="stylesheet" type="text/css" href="exitbtn.css"> </head> <body> <main> <a href="playground.html"><button class="exitbutton">Exit</button></a> <a href="tan.html"><button>MAROON</button></a> <footer><b><em>Copyright © 2022 by Sir Robert B. Casey</em></b></footer> </main> </body> </html>