Tell us what’s happening:
the index.html and styles.css dont appear plz help
and i cant continue my course
Your code so far
<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Imposter</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Anonymous Imposter</h1>
<h2>new era</h2>
<p>please enter your information to proceed the progress of the process .
</body>
</html>
/* file: styles.css */
body
{
background-image:
}
h1,h2,p
{
text-align:center;
}
h1
{ margin-bottom:-10px; }
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36
Challenge Information:
Survey Form - Build a Survey Form