Skip to content

Instantly share code, notes, and snippets.

View BugsBountyHunter's full-sized avatar
🏠
Working from home

Ahmed Saber BugsBountyHunter

🏠
Working from home
View GitHub Profile
/* Google font */
@import url("https://fonts.googleapis.com/css2?family=Oxygen&family=Oxygen+Mono&display=swap");
/* variables declared here - these are the colors for our pages, as well as the font stacks and sizes. */
:root {
--black: #171321;
--dkblue: #0d314b;
--plum: #4b0d49;
--hotmag: #ff17e4;
--magenta: #e310cb;