Funnel shape with CSS

 You can make a 'funnel' shape in CSS with 'perspective' and 'rotateY'.


The 'volume' and 'camera' icons at 'css.gg' use this.


There are more tips at: bbingo.xyz/techtips/

Comments

Popular posts from this blog

Running minifiers twice

Using 'JSMin' to remove commented-out code from JavaScript

Coding in small steps can be boring