From d3c8072b9763ac6ece5c55e1f1f377c0669a711e Mon Sep 17 00:00:00 2001 From: LeonardoPereiraRocha Date: Wed, 12 Oct 2022 10:32:34 -0300 Subject: [PATCH] Adiciona o banner principal desktop e mobile --- assets/styles/style.css | 2 +- index.html | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/styles/style.css b/assets/styles/style.css index 322a696..8457376 100644 --- a/assets/styles/style.css +++ b/assets/styles/style.css @@ -11,7 +11,7 @@ background-color: #000; } -.logo-header{ +.logo-header, .main-banner{ width: 100%; display: block; height: auto; diff --git a/index.html b/index.html index 823cd0b..446ada5 100644 --- a/index.html +++ b/index.html @@ -14,5 +14,9 @@ +
+ Banner Principal +
+ \ No newline at end of file