<!doctype html> <html lang="en-us"/> <head> <title>First Letters | O</title> <meta charset="utf-8"/> <link rel="shortcut icon" href="beea.ico"/> <meta name="description" content="Learning basic letters of the alphabet, 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 letters, learing basic letters, letters with ease, letter o, O, o"/> <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:#e6ffe6; z-index: -1; display: flex; align-items: center; justify-content: center; } footer { background-color: #e6ffe6; position:fixed; bottom: 0px; margin-left: 150px; text-align: center; color:black; font-size:12px; } button { border: 2px solid #a1a1a1; padding: 10px 10px; background: #ffa600 ; width: 550px; height:550px; border-radius: 275px; margin:auto; color:black; font-size: 265px; 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="p.html"><button>O</button></a> <footer><b><em>Copyright © 2022 by Sir Robert B. Casey</em></b></footer> </main> </body> </html>