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

Dekin O'Sullivan
Dekin O'Sullivan
10,749 Points

"Matt" picture styling effect

Hello Community,

I really like the picture effects on the two following sites:

I like the kind of "matt" texture they gave to the pictures. Don't know if they used the same technique or if it's even exactly the same effect, but does anyone know how I can do this? Can I use CSS or do I have to use Photoshop?

Many thanks.

2 Answers

Hi Dekin,

There are multiple ways to achieve these kind (and other) of effects. Photoshop has a whole menu dedicated to filters. I would play around with these to get a nice effect, you discover a lot of other useful effects as well.

With CSS you can achieve this as well. Treehouse has a course on using filters in CSS and you can take a look at the Mozilla Developer Network as well on this subject: https://developer.mozilla.org/en/docs/Web/CSS/filter.

If you want to know more from me ( Or others) just ask. Happy to help.

Basically, you can achieve the effects in photoshop and add the image. Or add the image first and achieve the effect with CSS filters.

Cheers.

Dekin O'Sullivan
Dekin O'Sullivan
10,749 Points

Many thanks Elian,

I guess you are talking about the following course?: http://teamtreehouse.com/library/new-features-in-css

I will check it out!

Cheers