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

Adam Smallman
Adam Smallman
4,182 Points

How can I make a div, a diamond with text within it?

Im trying to make a diamond shaped div. With in the div I want text to flow with the shape.

Any ideas ?

Thanks

Adam

2 Answers

Adam Waxman
Adam Waxman
8,779 Points

You could make a square div and the rotate it using the CSS3 transform property: http://www.w3schools.com/cssref/css3_pr_transform.asp

You can also have the shape be an image, as the CSS3 property won't be compatible with older browsers like IE8

Adam Smallman
Adam Smallman
4,182 Points

Thanks I do not know why I didn't think of using an image