Skip to content

Instantly share code, notes, and snippets.

View taylorylee's full-sized avatar

Taylor Lee taylorylee

View GitHub Profile
@taylorylee
taylorylee / countries.cv
Created October 20, 2021 03:36
list of countries
United States
Afghanistan
Albania
Algeria
Andorra
Angola
Antigua & Deps
Argentina
Armenia
Australia
@taylorylee
taylorylee / scrapbookstyle.css
Last active June 30, 2020 07:09
Summer of Making Hack Club 2020
@import url(//db.onlinewebfonts.com/c/860c3ec7bbc5da3e97233ccecafe512e?family=Circular+Std+Book);
@font-face {font-family: "Circular Std Book"; src: url("//db.onlinewebfonts.com/t/860c3ec7bbc5da3e97233ccecafe512e.eot"); src: url("//db.onlinewebfonts.com/t/860c3ec7bbc5da3e97233ccecafe512e.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/860c3ec7bbc5da3e97233ccecafe512e.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/860c3ec7bbc5da3e97233ccecafe512e.woff") format("woff"), url("//db.onlinewebfonts.com/t/860c3ec7bbc5da3e97233ccecafe512e.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/860c3ec7bbc5da3e97233ccecafe512e.svg#Circular Std Book") format("svg"); }
:root {
--colors-orange: #F78154;
--colors-blue:#235789;
--colors-black: #1d201d;
--colors-white: #ffffff;
}