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! While you're at it, check out some resources Treehouse students have shared here.

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

CSS

Basic 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
Steve Freear
2,866 Points

Hi, 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

yeah, it isn't in the final version, but it is in the video.