skip to Main Content

Html – Centering entire main element

I have put some content and form inside the main element. Here is the HTML: <main> <h1>My main content</h1> <form action="/action_page.php" id="form"> <input type="email" id="email" name="email" placeholder="Enter your email address"><br><br> <input type="submit" value="Submit"> </form> </main> with the following CSS: main…

VIEW QUESTION
Back To Top
Search