From 4432738d883203ef3c67b62bb062eb547b781607 Mon Sep 17 00:00:00 2001 From: Shaifullah Arfan Date: Wed, 14 Jul 2021 16:50:13 +0600 Subject: [PATCH] adding global colors --- globalStyles.css | 13 +++++++++++++ index.html | 1 - 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/globalStyles.css b/globalStyles.css index ccdfa60..269da13 100644 --- a/globalStyles.css +++ b/globalStyles.css @@ -1,3 +1,6 @@ +html { + font-size: 10px; +} section { padding: 100px 0; } @@ -6,3 +9,13 @@ section { width: 90%; margin: 0 auto; } +:root { + --green-1: #26643b; + --green-2: #a2de96; + --lightGreen-1: #d6e5d8; + --lightGreen-2: #f5fcf4; + --black-1: #3b413a; + --black-2: #3f3c3c; + --black-3: #5b6359; + --white-1: #e8e8e8; +} diff --git a/index.html b/index.html index ed91777..39e939a 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,6 @@ -