flocko
-
Tear drop (mask?)
are you looking for something like this? http://rossmcneil.com/create-a-simple-css-raindrop/ you'll have to wrap something around the image or else you rotate the image itself
-
Javascript interfering with other javascript
since it seems im to stupid to post code here :) http://codepen.io/flocko/pen/pcGyg
-
'font:12px/30px' not working
if you are using the "font" property you have to include a font-size and a font-family or else the browser falls back to default values. font: 15px/30px 'Verdana'; for example. as an alternative to the line-height in pixels you…
-
HTML Components
html components are like reusable snippets to save you some time in the future. article on smashing i made something similar on products product components as for ressources - i really dont know of a compilation of these things.