From 529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105 Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 24 Aug 2021 15:38:16 +0200 Subject: Update --- Neutron-trunk/resources/css/error.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Neutron-trunk/resources/css/error.css (limited to 'Neutron-trunk/resources/css/error.css') diff --git a/Neutron-trunk/resources/css/error.css b/Neutron-trunk/resources/css/error.css new file mode 100644 index 0000000..19cabbc --- /dev/null +++ b/Neutron-trunk/resources/css/error.css @@ -0,0 +1,16 @@ +* { + font-family: CMS, Arial, Calibri, Ubuntu, Roboto, Liberation Sans, Helvetica, sans-serif; +} + +body { + background-image: url("../image/error.jpg"); + background-size: 100%; + background-repeat: no-repeat; + background-position: initial; + overflow: hidden; +} + +.discover { + color: black; + max-width: 40%; +} \ No newline at end of file -- cgit