... | ... | @@ -97,30 +97,5 @@ |
|
|
margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
/* define o tamanho e formato das imagens */
|
|
|
.scroll-container img {
|
|
|
width: 300px;
|
|
|
border-radius: 10px;
|
|
|
flex-shrink: 0; /* impede que a imagem encolha */
|
|
|
}
|
|
|
|
|
|
/* barra de rolagem personalizada (Chrome, Edge, Safari) */
|
|
|
.scroll-container::-webkit-scrollbar {
|
|
|
height: 8px;
|
|
|
}
|
|
|
.scroll-container::-webkit-scrollbar-thumb {
|
|
|
background: #888;
|
|
|
border-radius: 4px;
|
|
|
}
|
|
|
.scroll-container::-webkit-scrollbar-thumb:hover {
|
|
|
background: #555;
|
|
|
}
|
|
|
|
|
|
h3 {
|
|
|
margin-top: 30px;
|
|
|
margin-bottom: 10px;
|
|
|
font-family: Arial, sans-serif;
|
|
|
}
|
|
|
</style>
|
|
|
|
|
|
|