diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-12-21 00:54:11 +0200 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-12-21 00:54:11 +0200 |
commit | 707ece8e5b4eeeb7967f7802dec53f2ba75a3757 (patch) | |
tree | 4899162f315d8016127c2063bd183a75923f4844 /rannak/noMobiles/style.css | |
parent | 9f6ff0f0ec88e43abae24b1e99a629bd42867dab (diff) |
Add no Phones page
Diffstat (limited to 'rannak/noMobiles/style.css')
-rw-r--r-- | rannak/noMobiles/style.css | 28 |
1 files changed, 28 insertions, 0 deletions
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; +} |