diff --git a/index.css b/index.css new file mode 100644 index 0000000..ff008ec --- /dev/null +++ b/index.css @@ -0,0 +1,60 @@ + +h1 { + font-size: 40px; +} + +h2 { + font-size: 30px; +} + +h3 { + font-size: 20px; +} + +footer { + width: 100%; + background-color: black; + min-height: 65px; + border-top: 1px dotted lightgrey; + position: fixed; + bottom: 0; + left: 0; +} + +.footer { + font-size: 14px; + height: 10px; +} + +canvas { + border: 1px solid green; + position: fixed; +} + +.column { + float: left; + width: 33.33%; +} + +.row:after { + content: ""; + display: table; + clear: both; +} + +@media screen and (max-width:1100px) { + .column { + width: 100%; + } +} + +body { + background-color: black; +} + +* { + color: white; + text-align: center; + font-family: Arial, Helvetica, sans-serif; + font-size: 16px; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..e812889 --- /dev/null +++ b/index.html @@ -0,0 +1,29 @@ + + + + Error + + + + + +
+

Oops!

+
+
+
+

+
+
+

There isn't anything here

+

You've tried to visit a website that doesn't exist

+

You might have entered the address incorrectly or followed a bad link, check the address and try again.

+

It's also possible that you're trying to access a restricted resource from a disallowed network.

+
+
+ + +