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

Glenn Cahill
Glenn Cahill
2,468 Points

Coded Triangles with Background-Image

Basically I am trying to code my own website as it is a portfolio... Problem is my design skills are far better than my development tools (fail).

I am looking a way to code a Triangle (css?) and assign a background image to it?

Any help would be appreciated. Thanks

2 Answers

This StackOverflow post discusses how to create a CSS triangle with a background image. Let me know if you get something out of it. There is also a CodePen here.

Matthew Underhill
Matthew Underhill
20,361 Points

Hi Glenn,

This post on CSS Tricks may be helpful. It turns some <div> elements into triangles. You could then use background-image to add an image. Depending on the image, you may have to use background-position to achieve what you want.

http://css-tricks.com/snippets/css/css-triangle/