summaryrefslogtreecommitdiff
path: root/rannak/lopp/style.css
diff options
context:
space:
mode:
authorRasmus <rasmus.luha@gmail.com>2023-07-01 18:21:39 +0300
committerRasmus <rasmus.luha@gmail.com>2023-07-01 18:21:39 +0300
commit4d38783da06d8a08cefe941a8e7d4770744b6f8d (patch)
treef0712ce84696cbf50c34ae59c0857a4fa375cce2 /rannak/lopp/style.css
parentac3bfb7728e9324e6a21035e7b321649550c60cb (diff)
final fixesHEADmaster
Former-commit-id: b441f9f3c1511b83dccb5dfcf2fd9c48a2f703e8
Diffstat (limited to 'rannak/lopp/style.css')
-rw-r--r--rannak/lopp/style.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/rannak/lopp/style.css b/rannak/lopp/style.css
new file mode 100644
index 0000000..a349ff8
--- /dev/null
+++ b/rannak/lopp/style.css
@@ -0,0 +1,47 @@
+body {
+ min-height: 100vh !important;
+ background-color: #43464b;
+ padding: 0;
+ margin: 0;
+ box-sizing: border-box;
+ background-image: url("img/bg.jpg");
+ background-size: cover;
+ background-attachment: fixed;
+}
+
+
+
+.wrapper {
+ display: flex;
+ min-height: 100vh;
+ height: 100%;
+ justify-content: center;
+ align-items: center;
+ text-align: center;
+ flex-direction: column;
+ padding:0 15%;
+ color: white;
+ color: black;
+ backdrop-filter: blur(2.3px);
+}
+
+
+a {
+ padding: 20px;
+ text-decoration: none;
+}
+
+button {
+ background-color: rgba(0,136,169,1);
+ border-radius: 50px;
+ padding: 15px;
+ border: none;
+ cursor: pointer;
+ text-decoration: none;
+ font-size: 1.3rem;
+ color: white;
+}
+
+h1 {font-size: 2.5rem}
+p {font-size: 1.75rem}
+