diff --git a/html-preview.html b/html-preview.html new file mode 100644 index 0000000..30e8f96 --- /dev/null +++ b/html-preview.html @@ -0,0 +1,82 @@ + + + + + + + + + + + + + +
+ Write some HTML in the text area to preview it here! +
+ + + + diff --git a/images/CPC26-banner.png b/images/CPC26-banner.png new file mode 100644 index 0000000..57ece59 Binary files /dev/null and b/images/CPC26-banner.png differ diff --git a/tutorial.css b/tutorial.css new file mode 100644 index 0000000..7494465 --- /dev/null +++ b/tutorial.css @@ -0,0 +1,5 @@ +div.correct { + background: #a9dfa2; + padding: 8px; + margin-top: 8px; +}