diff --git a/header.jpg b/header.jpg new file mode 100644 index 0000000..23e862e Binary files /dev/null and b/header.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..1cdffbd --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + + + + Startup + + + + + + + + + + + + + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..f6fad04 --- /dev/null +++ b/style.css @@ -0,0 +1,9 @@ +body, +html { + width: 100%; + height: 100%; +} + +body { + font-family: 'Montserrat', sans-serif; +} \ No newline at end of file