Add introductory text to demo, default all links to target=_blank.

This commit is contained in:
David Anson 2015-05-07 09:15:41 -07:00
parent 8aa3ee66e4
commit 661073b249
4 changed files with 58 additions and 3 deletions

View file

@ -6,6 +6,27 @@ body {
font-family: "Segoe UI", GillSans, Helvetica, sans-serif;
font-weight: lighter;
}
blockquote {
background: rgba(0, 0, 0, 0.05);
}
h1 {
font-size: 130%;
}
h2 {
font-size: 125%;
}
h3 {
font-size: 120%;
}
h4 {
font-size: 115%;
}
h5 {
font-size: 110%;
}
h6 {
font-size: 105%;
}
header {
font-size: 140%;
font-weight: bold;
@ -50,6 +71,7 @@ textarea {
.outlined {
border: 1px solid black;
margin: 2px;
padding-left: 3px;
}
.overflow-auto-scroll {
overflow-x: auto;