From 707ece8e5b4eeeb7967f7802dec53f2ba75a3757 Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Wed, 21 Dec 2022 00:54:11 +0200 Subject: Add no Phones page --- rannak/noMobiles/index.html | 24 ++++++++++++++++++++++++ rannak/noMobiles/style.css | 28 ++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 rannak/noMobiles/index.html create mode 100644 rannak/noMobiles/style.css (limited to 'rannak/noMobiles') diff --git a/rannak/noMobiles/index.html b/rannak/noMobiles/index.html new file mode 100644 index 0000000..de64f39 --- /dev/null +++ b/rannak/noMobiles/index.html @@ -0,0 +1,24 @@ + + + + + + + No Mobiles + + + + + +
+
+

Vabandame

+

Kahjuks ei saa Digirännakut läbida mobiilseadmel.

+ + + +
+
+ + + diff --git a/rannak/noMobiles/style.css b/rannak/noMobiles/style.css new file mode 100644 index 0000000..78daa4c --- /dev/null +++ b/rannak/noMobiles/style.css @@ -0,0 +1,28 @@ +body { + padding: 0; + margin: 0; + box-sixing: border-box; + background-color: #0A0A0A; +} + +.wrapper { + display: flex; + justify-content: center; + align-items: center; + height: 200px; + width: 100%; + height: 100vh; + color: #fff; + text-align: center; + font-size: 1.2rem; +} + + +button { + border-radius: 50px; + padding: 15px; + background-color: rgba(0,136,169,1); + border: none; + cursor: pointer; + font-size: 1.1rem; +} -- cgit v1.2.3