— 1 Kudos
Category: Music
My Blog /* DON'T DELETE THE MOBILE CODE */ @media (max-width: 600px) { .container { width: 100% !important; background-size: 50% !important; padding: 20px !important; } nav:after { height: 150px !important; } } /* Fonts and General Styling */ body { font-family: 'Courier', monospace; » Continue Reading
» View Blog Entry
— 1 Comment— 1 Kudos
Category: Web, HTML, Tech
@keyframes flashColors { 0% { color: #ffffff; } 25% { color: #aaaaaa; } 50% { color: #555555; } 75% { color: #000000; } 100% { color: #ffffff; } } body { background: url('https://i.postimg.cc/BvGhrsb7/ezgif-1b0fe127c12820.gif'); color: #fff; font-family: "Courier New", monospace; text-align: center; } h1 { » Continue Reading
» View Blog Entry