Spaces:
Sleeping
Sleeping
File size: 626 Bytes
a07de1a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | @import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
html, body {
background-color: #0f0f1a;
color: #00ffcc;
font-family: 'VT323', monospace;
font-size: 18px;
}
.title {
color: #ff00cc;
font-size: 40px;
text-shadow: 0 0 5px #00ffff;
text-align: center;
}
.cyber-text {
background-color: rgba(0, 255, 204, 0.05);
padding: 1rem;
border-left: 4px solid #00ffcc;
margin-bottom: 1rem;
}
.cyber-list {
list-style-type: '⚡ ';
padding-left: 1.5rem;
}
.ascii {
margin-top: 2rem;
font-size: 16px;
text-align: center;
color: #00ffff;
} |