diff --git a/400.html b/400.html new file mode 100644 index 0000000..25b20b4 --- /dev/null +++ b/400.html @@ -0,0 +1,16 @@ + + + + 400 | Bad Request! + + + + +
+ + +

400

+
+ + + \ No newline at end of file diff --git a/404.html b/404.html new file mode 100644 index 0000000..b1392d2 --- /dev/null +++ b/404.html @@ -0,0 +1,16 @@ + + + + 404 | Not Found! + + + + +
+ + purr-plexed by this request +

404

+
+ + + \ No newline at end of file diff --git a/README.md b/README.md index 6e3474e..0141537 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # cat-errors -cat error codes! \ No newline at end of file +cat error codes! + +Uses [cataas](https://cataas.com) to grab random images for error codes \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..4042590 --- /dev/null +++ b/style.css @@ -0,0 +1,36 @@ +body { + background-color: black; + font-family: serif; + margin: 0; + display: flex; + justify-content: center; + align-items: center; + height: 100vh; +} + +a { + color: white; +} + +h1 { + color: white; + font-size: 4.5rem; + margin-top: 0; + font-weight: 700; +} + +#cat { + width: 300px; + border: solid; + border-color: white; + border-width: 3px; + padding: 5px; + margin-bottom: 10px; +} + +#container { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} \ No newline at end of file