From be0bed2e3687f2a887ac98ccbbeeab4d6531bf68 Mon Sep 17 00:00:00 2001 From: Aikiro42 <38589158+Aikiro42@users.noreply.github.com> Date: Thu, 29 Nov 2018 11:55:47 +0800 Subject: [PATCH] Add files via upload --- bcews_warning/index.html | 25 +++++++++++++++++++++++++ bcews_warning/style.css | 23 +++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 bcews_warning/index.html create mode 100644 bcews_warning/style.css diff --git a/bcews_warning/index.html b/bcews_warning/index.html new file mode 100644 index 00000000..e141f537 --- /dev/null +++ b/bcews_warning/index.html @@ -0,0 +1,25 @@ + + + + + + + +

CPF Not Connected

+ + \ No newline at end of file diff --git a/bcews_warning/style.css b/bcews_warning/style.css new file mode 100644 index 00000000..791adcaf --- /dev/null +++ b/bcews_warning/style.css @@ -0,0 +1,23 @@ +*{ + margin: 0; + padding: 0; + font-family: "Segoe UI Light", "Century Gothic", sans-serif; +} + +h1#output{ + display: block; + background: rgb(255,50,20); + color: white; + font-size: 5.5em; + text-align: center; +} + +/* + +@media screen and (min-width: 640px){ + h1#output{ + width: 1%; + } +} + +*/ \ No newline at end of file