From 12b12340a6c0dabb485e152a47eb29f08bc6b678 Mon Sep 17 00:00:00 2001 From: HenriqueSSan Date: Sun, 9 Oct 2022 04:08:48 -0300 Subject: [PATCH] feat: created and responsive page header --- assets/css/main.css | 26 +++++++++++++++++++++++++- index.html | 5 +++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/assets/css/main.css b/assets/css/main.css index 032d621..0e5d82f 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,4 +1,28 @@ /*=== Por que criei esse arquivo ===*/ /* Este é meu arquivo principal, a metodologia que vou usar será CUBE CSS <3*/ -/* started styles */ \ No newline at end of file +/* started styles */ + +/*--------*\ += HEADER = +\*--------*/ +.l-header { + display: flex; + align-items: center; + justify-content: center; + width: 100%; + padding: 1.875rem 1rem; +} + +.header-logo { + display: flex; +} + +/*CUBE CSS styles*/ + +/*-------*\ += UTILS = +\*-------*/ +.bg-clr-black { + background-color: var(--bg-clr-black); +} \ No newline at end of file diff --git a/index.html b/index.html index a1fd2d6..1e773e5 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,11 @@ +