diff --git a/index.css b/index.css new file mode 100644 index 0000000..1fa8989 --- /dev/null +++ b/index.css @@ -0,0 +1,25 @@ +.teller { + font-weight: bold; +} + +.tellee { + font-style: italic; +} + +.annotation { + font-style: italic; + font-size: 60%; +} + +h1 { + font-weight: bold; + font-size: 150%; +} + +.joke { + border: 1px solid black; +} + +.error { + color: #881111; +} diff --git a/index.html b/index.html index e3dc762..0b36743 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,7 @@ - + + + - \ No newline at end of file +