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: