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

Inclusive design rocks! (UXcamp Europe 2017)

Inclusive design rocks! (UXcamp Europe 2017)

Gunnar Bittersmann

June 04, 2017
Tweet

More Decks by Gunnar Bittersmann

Other Decks in Design

Transcript

  1. HTML <div class="button"></div> CSS .button { width: 200px; height: 70px;

    background: url('../images/button.png'); } JavaScript button.addEventListener('click', function () { // the event fired on click });