Why doesn't the text box move?

so i was doing a project but when i try to move the email box it doesn’t it only moves the text what is wrong here? Here’s the code https://codepen.io/Not-a-bot-at-all/pen/VwKeRXM

Hi there,

Try putting the label and the input for the email inside its own div. Give the div a class, and target that with CSS.

Hope that helps.

1 Like

by .email you are referencing to the class “email”, which is the class of the label

1 Like

Both of them worked thanks.