Forrst logo in CSS3
Made this forrst logo in pure CSS3 (no images used). The real trick here is the triangle and the shadows which all I did using borders
. The branches are just rectangle div's
rotated at an angle using transform: rotate(xdeg)
property of CSS3.