A reveal.js template for GDI Ann Arbor.
<pre><code contenteditable class="ruby">
5.times do
puts "go"
end
</code></pre>To adjust the height of the code box, use:
<pre style="height: 150px; overflow: hidden;">To color things all pretty like, use:
.blue
.green
.pink
.yellow
.red
.greyTo adjust the copy (font) size, use:
.copy--small
.copy--xsmallTo "box up" some content and pad it away from above / below elements, use:
.box
.box--smallTo adjust the vertical spacing of list elements, use:
.list--tall
.list--xtallTo remove list bullets, use:
.list--bareTo remove the border from images, use:
.img--bareTo align text, use:
.center-align
.left-align
.right-alignTo float content, use:
.left
.right
.clear