Edit footer and add header

This commit is contained in:
Paul Nicoué 2023-01-11 15:16:55 +01:00
parent 4341a3ff9e
commit c6705914e0
10 changed files with 160 additions and 41 deletions

View file

@ -1,6 +1,6 @@
/* ===========================================================================
ANIMATIONS
=========================================================================== */
// --------------------------------------------------
// ANIMATIONS
// --------------------------------------------------
@keyframes expand-outline {
0% {

View file

@ -1,6 +1,6 @@
// ----------------------------------------------------------------------------
// --------------------------------------------------
// FONTS
// ----------------------------------------------------------------------------
// --------------------------------------------------
// Cairo

View file

@ -1,6 +1,6 @@
// ----------------------------------------------------------------------------
// --------------------------------------------------
// VARIABLES
// ----------------------------------------------------------------------------
// --------------------------------------------------
:root {
@ -34,13 +34,17 @@
// Colors
--eerie-black: #212121;
--jet: #333333;
--silver: #C2C2C2;
--emerald: #72C080;
--granny-smith-apple: #A3F3B0;
--middle-green: #428F53;
--primary-color: var(--eerie-black);
--primary-color-light: var(--jet);
--primary-color-dark: black;
--secondary-color: white;
--secondary-color-dark: var(--silver);
--accent-color: var(--emerald);
--accent-color-light: var(--granny-smith-apple);
--accent-color-dark: var(--middle-green);
@ -57,11 +61,6 @@
hsl(130deg 69% 77%) 83%,
hsl(130deg 77% 80%) 100%
);
// Media queries
--tablet-media-query: 48rem;
--desktop-media-query: 62rem;
}
// Media queries