Negative Triangle Sass Mixin
14.03.2014
Create negative triangles with this SASS mixin that leverages the power of the pseudo elements.
Made with: HTML,CSS (SCSS)
Centroid-Centred Css Triangle
5.11.2013
CSS rotations centre on bounding boxes, so triangles are not rotated on their centroid. Using the :after pseudo-element for the triangle, the original element may be given a height and width to create bounding box centred around the triangle's centroid.
Made with: HTML (Slim),CSS (Sass)