maj title
This commit is contained in:
@@ -126,10 +126,10 @@
|
||||
transform: rotate(70deg);
|
||||
}
|
||||
|
||||
#name_project {
|
||||
.name_project {
|
||||
animation: glitch 3s steps(100) infinite;
|
||||
color: #151515;
|
||||
font-size: 6em;
|
||||
color: #ffffff;
|
||||
font-size: 10vh;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
@@ -139,3 +139,16 @@
|
||||
font-size: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
.container-title #xyzv {
|
||||
left: 25vw;
|
||||
font-family: 'Cabin Condensed', sans-serif;
|
||||
position: relative;
|
||||
white-space: nowrap;
|
||||
font-size: 10vh;
|
||||
max-width: 40vw;
|
||||
font-weight: bold;
|
||||
overflow: hidden;
|
||||
color: #f6f6f6;
|
||||
animation: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user