Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Mobile Web Design Code

Marko Dugonjić
October 10, 2011

Mobile Web Design Code

Pragmatic front-end development for mobile web. Instant and easy to understand examples which should enhance user experience on any mobile web site.

Marko Dugonjić

October 10, 2011
Tweet

More Decks by Marko Dugonjić

Other Decks in Design

Transcript

  1. box-shadow: 0 2px 2px 0 rgba(0,0,0,.5), inset 0 -2px 2px

    0 rgba(255,255,255,.5) linear-gradient(#fff, #000) border-radius: 10px/50px (+ height: 20px; width: 100px) text-shadow: 0 1px 0 rgba(0,0,0,.5)
  2. confirm( 'This service will be charged XY.\ Do you accept?'

    ) alert( 'Your transaction was successful.' )