Slide 59
Slide 59 text
Go!
HTML
.paper-button {
background-color: red;
}
CSS
document.querySelector('.paper-button')
.addEventListener('click', function(e) {
// your code here
}, false);
JavaScript
For really short code snippets, use
this style, with optional indication
of filename or language
Visit j.mp/iohighlighter in Safari
and copy + paste into Keynote