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 trialCalvin Castillo
Front End Web Development Techdegree Student 2,494 PointsHow can I get a shadow effect inside a picture?
Hello, can anyone tell me how to get a shadow effect going across a picture inside a jumbotron?
2 Answers
Brendon Butler
4,254 PointsI assume you're looking for an inset box shadow? I would take a look at this from CSS-Tricks: CSS Box Shadow. I would also look at the CSS box-shadow properties, found on w3schools.com to get a better idea of how box shadows work and what values you can apply. Hope this helps!
Brendon Butler
4,254 PointsI would take a look at CSS Gradients. I haven't really used them much, so I don't know much about them.
Calvin Castillo
Front End Web Development Techdegree Student 2,494 PointsCalvin Castillo
Front End Web Development Techdegree Student 2,494 PointsHey thank you for responding! Actually, I am trying to make a transparent, linear gradient go from top left to bottom center, I just don't know how to achieve that since I am still learning. How can I go getting this effect?