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
+
+
+
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 {
+
+}