— 8 Kudos
Category: Music
@import url('https://fonts.googleapis.com/css2?family=Qahiri&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap'); p{ font-family: 'Qahiri', sans-serif; font-size: 250%; color: white; } h1,h2,h3,h4,h5{ font-family: 'Shadows Into Light', cursive; font-size: 200%; color: white; } main { background-color: rgb(1,1,1); color: white; } body{ background:... » Continue Reading
» View Blog Entry
— 11 Comments— 90 Kudos
Category: Web, HTML, Tech
main { background-color: rgb(1,1,1); color: white; } body{ background-color: black; cursor: url("https://cur.cursors-4u.net/special/spe-3/spe259.cur"), auto; } footer{ border-radius: 15px; background-color: black; color: #03fc0b; } main{ background-color:rgba(0, 0, 0, 0.0); !important; } :root { --logo-blue: black; --darker-blue: black; --lighter-blue: black; --even-lighter-blue: black; --lightest... » Continue Reading
» View Blog Entry