Learn HTML Forms by Building a Registration Form - Step 44

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

/* file: index.Ext.html */


    
/* file: styles.Ext.css */

body {
  width: 100%;
  height: 100vh;
  margin: 0;
  background-color: #1b1b32;
  color: #f5f6f7;
font-size :16px;
font-family:Tahoma;
}

label {
  display: block;
  margin: 0.5rem 0;
}
    
h1,p{
  margin: 1em auto;
  text-align:" center";
}


    

Your mobile information:

V2222 - Android 14 - Android SDK 34

Challenge: Learn HTML Forms by Building a Registration Form - Step 44

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

Hi

Check the syntax here:

text-align:" center";