Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

john roberts
Courses Plus Student 517 PointsBasic Attribute Selectors
I am following along with the video and am just typing the exact code as the instructor. However, when I look at it in the browser, I am not getting the same results. It's CSS modifying a text input element
input[type="text"]{
width: 200px;
height: 25px;
border: solid grey;
background: lightyellow;
}
2 Answers

Steve Freear
2,866 PointsHi, It all looks Ok, but I just looked back at the file I downloaded and I can't see an input type of 'text' in the html, only 'email' and 'submit' Steve

john roberts
Courses Plus Student 517 Pointsyeah, it isn't in the final version, but it is in the video.

James Barnett
39,199 PointsTagging Guil Hernandez on this one