diff --git a/404.html b/404.html index 9a9f124..60e8c5d 100644 --- a/404.html +++ b/404.html @@ -21,10 +21,6 @@ 404 -

404

@@ -39,12 +35,4 @@ style="width: 220px;height: 220px;" /> - diff --git a/assets/styles/404.css b/assets/styles/404.css new file mode 100644 index 0000000..111c293 --- /dev/null +++ b/assets/styles/404.css @@ -0,0 +1,14 @@ +h1 { + text-align: center; +} + +p { + text-align: center; +} + +.center { + display: block; + margin-left: auto; + margin-right: auto; + width: 50%; +} \ No newline at end of file