diff --git a/tests/test.css b/tests/test.css new file mode 100644 index 0000000..0600b98 --- /dev/null +++ b/tests/test.css @@ -0,0 +1,12 @@ +body { + background-color: ivory; + font-family: "Work Sans", ui-sans-serif, sans-serif; +} + +h1 { + font-size: 1.2rem; + color: navy; +} +p { + color: darkslategray; +} \ No newline at end of file diff --git a/tests/test.html b/tests/test.html new file mode 100644 index 0000000..a4c7e40 --- /dev/null +++ b/tests/test.html @@ -0,0 +1,24 @@ + + + + Test page + + + + + + + + + + +

This is my test page

+

+ Saves unsaved text to localStorage.

+
+ + +
+ + + \ No newline at end of file