From 8570dffeda75f1ba863ebbfd5fa63ac76b494723 Mon Sep 17 00:00:00 2001 From: Joao Andrade Date: Tue, 2 Apr 2024 16:58:10 -0300 Subject: [PATCH] iniciando o conteudo --- playstation/playstation4pro.html | 6 +++++- style.css | 16 +++++++++++----- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/playstation/playstation4pro.html b/playstation/playstation4pro.html index e94b720..cfd5680 100644 --- a/playstation/playstation4pro.html +++ b/playstation/playstation4pro.html @@ -44,12 +44,16 @@

Playstation 4

-
+
+

Manutenção Playstation 4

banner ps4
+
+ +
diff --git a/style.css b/style.css index 9ca2f0d..7d45f5f 100644 --- a/style.css +++ b/style.css @@ -330,14 +330,20 @@ footer{ /* banner página ps4 */ +#imgps4 { + text-align: center; +} + #imgps4 img { - height: 40vh; /* vh é altura da tela */ - width: 50vh; - background-size: cover; - background-position: center; - text-align: center; + height: 250px; + width: 350px; + margin-top: 20px; + border-radius: 10px; } +#imgps4 h2 { + +}