Category: Art and Photography
:root{ /*⬇️ QUICK ADJUSTMENTS HERE ⬇️*/ --accent-color: aqua; --secondary-accent-color: lime; --pfp-frame-hue-rotate: 310deg; --pfp-frame-saturation: 1; --profile-bg: url('https://files.catbox.moe/h9wxvv.png'); --glass-transparency: 0.25; --striped-background: 0.75; /* Striped background opacity on sections */ --bg-glass: linear-gradient(-20deg, black 0%, » Continue Reading
» View Blog Entry
— 1 Comment— 5 Kudos
Category: Web, HTML, Tech
/* Gen Body Settings */ .container { border: 1px solid lightblue; } main { color: #2f748a; } body { background: #fffff8; } .icon { height: 1em; width: 1em; } /* Profile Settings */ .details-table td { background-color: white; color: #2f748a; } .details-table td p { font-size: 11px; font-family: 'ms ui gothic'; color: #2f748a; } .details-table td:f » Continue Reading
» View Blog Entry