Pinned
Category: Blogging
/* windows 2000 theme */ /* based on the windows 98 theme by ida */ /* made by ida */ /* spacehey.com/deer */ /* spacehey.com/hatsunemiku */ /* edited by chessie miu */ /* spacehey.com/flooky */ :root { /* background colour */ --logo-blue: #3A6EA5; /* gradient colour */ --darker-blue: #0A246A; --even-lighter-blue: #A6CAF0; /* hyperlink */ --link: #000080; /* nor » Continue Reading
» View Blog Entry
— 2 Kudos
Category: Web, HTML, Tech
:root { /* background colour */ --logo-blue: #3A6EA5; /* gradient colour */ --darker-blue: #0A246A; --even-lighter-blue: #A6CAF0; /* hyperlink */ --link: #000080; /* normal gray */ --lighter-blue: #D4D0C8; /* border gray */ --lightest-blue: #dfdfdf; /* white */ --dark-orange: #FFFFFF; /* gray */ --darker-gray: #808080; /* black */ --black: #000000; } .heading { /* change this url to your windows b... » Continue Reading
» View Blog Entry