Fixed How does this CSS triangle shape work? #dev #it #asnwer
Fixed How does this CSS triangle shape work? #dev #it #asnwer
How does this CSS triangle shape work?
There’re plenty of different CSS shapes over at http://css-tricks.com/examples/ShapesOfCSS/ and I’m particularly puzzled with a triangle:
#triangle-up { width: 0; height: 0; border-left: 50px solid transparent; border-right: 50px solid transparent; border-bottom: 100px solid red; }
So, how and why does it work?
Answer: How does this CSS triangle shape work?
View On WordPress















