Problems (Codepen question), 3rd project Responsive Design

Hi Coders,

I am now coding the 3rd project in Codepen. By coding the “< input”. It should turn brown but it remains green. What am I doing wrong?

 <input (green colour)
     name="e-mail"     
         id="email"
    type="email"
    placeholder="Enter your email address"
    required
      />

Thanks Coders

your issue is actually the previous tag (the form tag)
look at it carefully, you are missing something

you have also a few typos (a closing selection tag but no opening one for example)

1 Like

Thanks Magic Girl. In some ways you are “magic”.:slight_smile:

Question, typos are a common mistake of a developer, right? :slight_smile:

is this a good enough answer for you?

:):slight_smile: I got it, Magic Girl!!