aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/main.scss')
-rw-r--r--src/styles/main.scss23
1 files changed, 22 insertions, 1 deletions
diff --git a/src/styles/main.scss b/src/styles/main.scss
index e1d6ceb..bb0cd5a 100644
--- a/src/styles/main.scss
+++ b/src/styles/main.scss
@@ -6,9 +6,30 @@ html {
height: 100%;
background-size: cover;
-webkit-overflow-scrolling: touch;
+ overflow: hidden;
+}
+@keyframes blink{
+ 0% { opacity: .25;}
+ 25% { opacity: .5;}
+ 50% { opacity: .1;}
+ 75% { opacity: .5;}
+ 100%{ opacity: .25;}
}
-
body {
+ overflow: hidden;
+
+ .speed {
+ font-size: 8rem;
+ }
+
+ .car {
+ .warning {
+ left: 35%;
+ top: 50%;
+ animation: blink 3s linear infinite;
+ }
+ }
+
.log {
display: none;
position: absolute;