From eedb2bdb2cc1293e6abb4099d700222b7260baaa Mon Sep 17 00:00:00 2001 From: Sjory Date: Wed, 25 Oct 2023 16:48:28 +0200 Subject: small stuff QoL stuff --- Colors.txt | 33 +++++++++++++++++++++++++++++++++ EspDiagram.jpg | Bin 0 -> 682650 bytes 2 files changed, 33 insertions(+) create mode 100644 Colors.txt create mode 100644 EspDiagram.jpg diff --git a/Colors.txt b/Colors.txt new file mode 100644 index 0000000..c58987f --- /dev/null +++ b/Colors.txt @@ -0,0 +1,33 @@ +--text: #03260a; +--background: #d9fcdf; +--primary: #60f07b; +--secondary: #c7fad0; +--accent: #15e03a; + + + +@import url('https://fonts.googleapis.com/css?family=Poppins:700|Poppins:400'); + +body { + font-family: 'Poppins'; + font-weight: 400; +} + +h1, h2, h3, h4, h5 { + font-family: 'Poppins'; + font-weight: 700; +} + +html {font-size: 100%;} /* 16px */ + +h1 {font-size: 4.210rem; /* 67.36px */} + +h2 {font-size: 3.158rem; /* 50.56px */} + +h3 {font-size: 2.369rem; /* 37.92px */} + +h4 {font-size: 1.777rem; /* 28.48px */} + +h5 {font-size: 1.333rem; /* 21.28px */} + +small {font-size: 0.750rem; /* 12px */} \ No newline at end of file diff --git a/EspDiagram.jpg b/EspDiagram.jpg new file mode 100644 index 0000000..f046149 Binary files /dev/null and b/EspDiagram.jpg differ -- cgit v1.2.3