— 6 KudosPinned
Category: Blogging
body { background-color: black; } img { } body::before { content: " "; display: block; position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 10%); z-index: 2; background-size: 100% 2px, 3px 100%; pointer-events: none; } .logo { filter: sepia( 0% ) hue-rotate(5deg) saturate(0); } #q, button { color: #e5b » Continue Reading
» View Blog Entry
— 9 Comments— 9 KudosPinned
Category: Blogging
* { margin: 0; padding: 0; box-sizing: border-box; } :root { --main-bg-color: #222; --secondary-bg-color: #555; --main-font-color: #fff; --primary-color: #e15d74; --secondary-color: #7067cf; --ternary-color: #2ab7ca; } body { background-color: #000; color: var(--main-font-color); font-size: 14px; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Se » Continue Reading
» View Blog Entry
— 4 Comments— 21 Kudos
Category: Writing and Poetry
* { margin: 0; padding: 0; box-sizing: border-box; } :root { --main-bg-color: #222; --secondary-bg-color: #555; --main-font-color: #fff; --primary-color: #e15d74; --secondary-color: #7067cf; --ternary-color: #2ab7ca; } body { background-color: #000; color: var(--main-font-color); font-size: 14px; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Se » Continue Reading
» View Blog Entry
— 1 Comment— 3 Kudos
Category: Games
body background-color: black; } img { } body::before { content: " "; display: block; position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 10%); z-index: 2; background-size: 100% 2px, 3px 100%; pointer-events: none; } .logo { filter: sepia( 0% ) hue-rotate(5deg) saturate(0); } #q, button { color: #e5b1 » Continue Reading
» View Blog Entry