CoolFace
Apppublic

Nuttanitranslate/Flood

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