diff --git a/css/error.css b/css/error.css new file mode 100644 index 0000000..7aa9020 --- /dev/null +++ b/css/error.css @@ -0,0 +1,9 @@ +body > p, body > h1 { + text-align: center; +} + +body > img { + display: block; + max-height: 512px; + margin: auto; +} \ No newline at end of file