Let's go home and try from there.
diff --git a/404.css b/404.css new file mode 100644 index 0000000..62da89c --- /dev/null +++ b/404.css @@ -0,0 +1,56 @@ +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/404.html b/404.html new file mode 100644 index 0000000..3415825 --- /dev/null +++ b/404.html @@ -0,0 +1,12 @@ +
+ + + + + +Let's go home and try from there.