treehouse : what would you like to learn today?
Web Design Web Development iOS Development

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
    Comment by flocko December 2012 permalink
  • Javascript interfering with other javascript

    since it seems im to stupid to post code here :) http://codepen.io/flocko/pen/pcGyg
    Comment by flocko December 2012 permalink
  • '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…
    Comment by flocko December 2012 permalink
  • 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.
    Comment by flocko December 2012 permalink