From eaf96446167bd7c251b8275d91e084835767d1b5 Mon Sep 17 00:00:00 2001 From: LeonardoPereiraRocha Date: Thu, 13 Oct 2022 00:02:22 -0300 Subject: [PATCH] Cria o header desktop e mobile --- assets/styles/style.css | 11 +++++------ index.html | 13 +++++++++---- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/assets/styles/style.css b/assets/styles/style.css index 322a696..0ebd05b 100644 --- a/assets/styles/style.css +++ b/assets/styles/style.css @@ -4,15 +4,14 @@ box-sizing: border-box; } +body{ + font-family: 'Inter', sans-serif; + color: #000000; +} + .page-header{ display: flex; justify-content: center; padding: 28px 0; background-color: #000; -} - -.logo-header{ - width: 100%; - display: block; - height: auto; } \ No newline at end of file diff --git a/index.html b/index.html index 823cd0b..9af9913 100644 --- a/index.html +++ b/index.html @@ -2,17 +2,22 @@ + + + + M3 Academy Landing Page + + + + - - - \ No newline at end of file + \ No newline at end of file