Spaces:
Running
Running
File size: 491 Bytes
8b7724e 80b44a3 8b7724e 80b44a3 8b7724e 80b44a3 8b7724e 80b44a3 8b7724e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600&family=Roboto+Mono:wght@300;400;600&display=swap');
body {
font-family: 'Roboto Mono', monospace;
scroll-behavior: smooth;
}
.typewriter {
border-right: 0.15em solid #6e40c9;
animation: blink-caret 0.75s step-end infinite;
}
@keyframes blink-caret {
from, to { border-color: transparent }
50% { border-color: #6e40c9; }
}
.glow {
box-shadow: 0 0 15px rgba(110, 64, 201, 0.5);
} |