style(index.html): colocando uma borda no container do slideshow

This commit is contained in:
Rafael Tavares Juliani 2025-08-03 17:58:10 -03:00
parent 0b496c697a
commit 89b3b1d250

View File

@ -39,6 +39,8 @@ img {vertical-align: middle;}
max-width: 405px; max-width: 405px;
height: 56.8vw; height: 56.8vw;
max-height: 230px; max-height: 230px;
border: 1px solid aliceblue;
border-radius: 1px;
} }
/* Next & previous buttons */ /* Next & previous buttons */