maj title

This commit is contained in:
arussac
2025-03-31 10:37:20 +02:00
parent 9e3d06cada
commit b8929931e8
5 changed files with 59 additions and 16 deletions

View File

@@ -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;
}