diff --git a/website/themes/uppy/layout/partials/example1.md b/website/themes/uppy/layout/partials/example1.md
new file mode 100644
index 000000000..6d45c4658
--- /dev/null
+++ b/website/themes/uppy/layout/partials/example1.md
@@ -0,0 +1,12 @@
+```html
+
+
+
+
+```
diff --git a/website/themes/uppy/layout/partials/example2.md b/website/themes/uppy/layout/partials/example2.md
new file mode 100644
index 000000000..520758ab2
--- /dev/null
+++ b/website/themes/uppy/layout/partials/example2.md
@@ -0,0 +1 @@
+@todo screenshot here?
diff --git a/website/themes/uppy/source/css/index.styl b/website/themes/uppy/source/css/index.styl
index abcb0c2d2..9c589efdd 100644
--- a/website/themes/uppy/source/css/index.styl
+++ b/website/themes/uppy/source/css/index.styl
@@ -104,8 +104,19 @@ html, body
margin 0 auto 3em
h2
margin-bottom 1.5em
+ pre
+ padding 2px
+ margin 2px
+ code
+ padding 0px
+ margin 0px
code, pre
background-color transparent
+ white-space pre
+ font-family: 'Roboto Mono', Monaco, courier, monospace;
+ font-size: 12px;
+ height: auto;
+ line-height: 18px;
figure.highlight
margin 0
box-shadow none
@@ -120,24 +131,12 @@ html, body
.block
text-align left
display inline-block
- width 28%
- height 10em
+ width 43%
+ height 13em
vertical-align top
background-color #f9f9f9
border-radius 2px
box-shadow 0 1px 2px rgba(0,0,0,.125)
- #demo
- padding 0 20px
- word-wrap break-word
- input
- font-size .75em
- border 1px solid #ccc
- padding 4px 8px
- border-radius 2px
- font-family $body-font
- &:focus
- outline none
- border-color $primary
#features
padding 3em 0