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

Design

Not sure why my "Portfolio Section" is not responding to my css

So far I have been following the directions as given yet for some reason it doesnt seem like my css is right. I am trying to edit the way my portfolio pictures are laid out. Here is the link, https://w.trhou.se/zyf41mfij9

Is it because some of my images are huge that they just wont resize?

3 Answers

gregory gordon
seal-mask
.a{fill-rule:evenodd;}techdegree
gregory gordon
Full Stack JavaScript Techdegree Student 14,652 Points

-webkit-column-count: 2; /* Chrome, Safari, Opera / -moz-column-count: 2; / Firefox */ column-count: 2;

maybe any of these will help

Oh sweet! thanks!

Thanks, but its not that. It responds to all of my other css except for my "/Page: Portfolio/ section. this section is supposed to change the columns that my images are viewed in and size them but it is not responding. i am wondering if maybe something is canceling it out??

Oh wow! I JUST figured it out. had to walk away and come back before i got too frustrated. so it was in css, i had: image{ max-width: 100% }

but it was supposed to be "img" not image ...dun-dun-da.