aboutsummaryrefslogtreecommitdiff
path: root/src/app.scss
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/app.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/app.scss b/src/app.scss
index d60437a..a8669f5 100644
--- a/src/app.scss
+++ b/src/app.scss
@@ -8,6 +8,8 @@ body {
background-color: #1e1e2e;
color: #a6fbb2;
font-family: 'Rubik', sans-serif;
+ width: 100%;
+ overflow: hidden;
}
.ii {
@@ -31,3 +33,20 @@ body {
width: 100%;
z-index: 100;
}
+
+.wave {
+ position: absolute;
+ top: 0;
+ max-width: 100vw;
+ max-height: 100vh;
+}
+
+.wave1 {
+ left: 0;
+ transform: rotate(-45deg) translate(-30%, -80%);
+}
+
+.wave2 {
+ right: 0;
+ transform: rotate(45deg) translate(50%, -90%);
+}