Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Level 2 lesson 6 of CSS

I am facing error in my code.please share the code
by

2 Answers

weent19
What's up it's me, I am also visiting this website daily, this website is really pleasant and the viewers are really sharing good thoughts
iamabhishek
Use the following code in the <style> tag,

input[type="text"] {
width: 100%;
border: 2px solid #4535aa;
padding: 12px 20px;
margin: 8px 0px;
}

Hope this helps, you have to use double quotes, its written in the instructions.

Login / Signup to Answer the Question.