From 89b3b1d250659fbbce387a654abc8a1cdba5c0d6 Mon Sep 17 00:00:00 2001 From: Rafael Tavares Juliani <> Date: Sun, 3 Aug 2025 17:58:10 -0300 Subject: [PATCH] style(index.html): colocando uma borda no container do slideshow --- pasta_publica/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pasta_publica/index.html b/pasta_publica/index.html index 19c64a8..26b6c36 100644 --- a/pasta_publica/index.html +++ b/pasta_publica/index.html @@ -39,6 +39,8 @@ img {vertical-align: middle;} max-width: 405px; height: 56.8vw; max-height: 230px; + border: 1px solid aliceblue; + border-radius: 1px; } /* Next & previous buttons */