A presentation at UXcamp Europe 2017 in June 2017 in Berlin, Germany by Gunnar Bittersmann
INCLUSIVE DESIGN ROCKS!!!
Europe SUXcamp 17
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 }); 😱
HTML <button>Start</button> 👍