<style> body { background-color: white; } header { background-color: #09A7A1; color: white; padding: 0.25em; } h2 { color: #09A7A1; } button { background-color: #FF790E; } footer { background-color: #09A7A1; color: white; padding: 0.5em; } </style> <header> <h1>Cooking with FCC!</h1> </header> <main> <article> <h2>Machine Learning in the Kitchen</h2> <p>...but sometimes you need your computer to execute flexible commands, like <code>fetch Pringles</code>.</p> <button>Sign Up</button> </article> <article> <h2>Bisection Vegetable Chopping</h2> <p>...have you chopping carrots in O(log n) time before you know it.</p> <button>Sign Up</button> </article> </main> <br> <footer>© 2018 FCC Kitchen</footer>