maj title
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
}
|
||||
|
||||
.global_title {
|
||||
position: absolute;
|
||||
width: 99vw;
|
||||
animation: glitch 3s steps(100) infinite;
|
||||
color: #151515;
|
||||
font-size: 10vh;
|
||||
@@ -20,8 +22,9 @@
|
||||
}
|
||||
|
||||
#carousel-dots {
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
width: 99vw;
|
||||
position: absolute;
|
||||
bottom: 12vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
@@ -30,7 +33,7 @@
|
||||
.dot {
|
||||
z-index: 30;
|
||||
width: 0.8vw;
|
||||
height: 1.8vh;
|
||||
height: 0.8vw;
|
||||
margin: 0 0.3vw;
|
||||
background-color: #bbb;
|
||||
border-radius: 50%;
|
||||
@@ -47,7 +50,7 @@
|
||||
width: 25vw;
|
||||
height: 47vh;
|
||||
position: relative;
|
||||
perspective: 100vw;
|
||||
perspective: 99vw;
|
||||
}
|
||||
|
||||
.carousel {
|
||||
|
||||
Reference in New Issue
Block a user