edit: insta cutter maintenant ajusté à tous les trucs de merde d'insta x333
This commit is contained in:
@@ -54,15 +54,40 @@ body > *{
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
/*===================Animation*/
|
||||
@keyframes blink {
|
||||
0% { color: var(--accent-color);}
|
||||
15% { color: var(--main-color);}
|
||||
35% { color: var(--main-color);}
|
||||
50% { color: var(--accent-color);}
|
||||
65% { color: var(--main-color);}
|
||||
85% { color: var(--main-color);}
|
||||
100% { color: var(--accent-color);}
|
||||
}
|
||||
|
||||
/*===================Layout*/
|
||||
#welcome-panel {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#welcome-panel strong{
|
||||
font-family:'lineal';
|
||||
font-weight: normal;
|
||||
font-size: 22.2px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: 'lineal', sans-serif;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
h2{
|
||||
font-family: 'pressStart2P';
|
||||
font-size: 13.12px;
|
||||
font-weight: normal;
|
||||
animation: blink 1.61s infinite;
|
||||
}
|
||||
|
||||
#ui-canvas {
|
||||
display: block;
|
||||
height: 1350px;
|
||||
|
||||
Reference in New Issue
Block a user