diff --git a/css/styles.css b/css/styles.css new file mode 100644 index 0000000..903bbc1 --- /dev/null +++ b/css/styles.css @@ -0,0 +1,57 @@ + +body { + background-color: #95c2de; + } + + .mainbox { + background-color: #95c2de; + margin: auto; + height: 600px; + width: 600px; + position: relative; + } + + .err { + color: #ffffff; + font-family: 'Nunito Sans', sans-serif; + font-size: 11rem; + position:absolute; + left: 20%; + top: 8%; + } + + .far { + position: absolute; + font-size: 8.5rem; + left: 42%; + top: 15%; + color: #ffffff; + } + + .err2 { + color: #ffffff; + font-family: 'Nunito Sans', sans-serif; + font-size: 11rem; + position:absolute; + left: 68%; + top: 8%; + } + + .msg { + text-align: center; + font-family: 'Nunito Sans', sans-serif; + font-size: 1.6rem; + position:absolute; + left: 16%; + top: 45%; + width: 75%; + } + + a { + text-decoration: none; + color: white; + } + + a:hover { + text-decoration: underline; + } \ No newline at end of file diff --git a/index.html b/index.html index 36b85c3..489037b 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,17 @@ 404 | Not Found + + + - +
+
4
+ +
4
+
Maybe this page moved? Got deleted? Is hiding out in quarantine? Never existed in the first place?

Let's go home and try from there.

+
+
\ No newline at end of file