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 trialChris Maybe
6,284 Pointsis it practical to edit photos in css?
Do designers actually do this? Isn't much faster to just use photoshop?
John Grillo
30,241 PointsYeah, I'd really have to know more by what you mean with 'edit' in this case. If you mean something simple like adding gradients or rounding borders than yes, CSS is easier. if it involves more than one or two minor changes, I'd go ahead and use GIMP or Photoshop as the shortest path to ground.
1 Answer
Jacob Herper
94,150 PointsPlease note, that you can't actually edit photos with CSS, changes are only applied in the stylesheet, resp. the HTML file it's loaded into. Sometimes it's useful to use CSS filters, for example to make a picture black & white and get it changed back to full colours on hover. Same with rounded corners, borders etc.
Jason Anello
Courses Plus Student 94,610 PointsJason Anello
Courses Plus Student 94,610 PointsCould you clarify what you mean by "edit photos in css"?