maj title
This commit is contained in:
@@ -13,6 +13,8 @@ body::before {
|
||||
}
|
||||
|
||||
.container {
|
||||
position: absolute;
|
||||
top: 28vh;
|
||||
max-width: 1140px;
|
||||
margin: auto;
|
||||
padding: 15px;
|
||||
@@ -361,14 +363,15 @@ footer {
|
||||
|
||||
.container-title {
|
||||
text-align: center;
|
||||
|
||||
position: absolute;
|
||||
top:5vh
|
||||
}
|
||||
.container-title #xyz {
|
||||
left: 25vw;
|
||||
font-family: 'Cabin Condensed', sans-serif;
|
||||
position: relative;
|
||||
white-space: nowrap;
|
||||
font-size: 10vh;
|
||||
font-size: 4.5vw;
|
||||
max-width: 40vw;
|
||||
font-weight: bold;
|
||||
overflow: hidden;
|
||||
@@ -376,9 +379,9 @@ footer {
|
||||
animation: textreveal 4s infinite alternate;
|
||||
}
|
||||
.container-title #ball {
|
||||
top: 14vh;
|
||||
top: 4vh;
|
||||
position: absolute;
|
||||
height: 20vh;
|
||||
height: 10vw;
|
||||
width: 10vw;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user