Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mariaisamello authored Aug 14, 2023
1 parent 8ca842f commit f04ba93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions projetos style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ h1 {

.grid-item {
text-align: center;
width: 300px; /* Largura fixa */
height: 300px; /* Altura fixa */
width: 300px;
height: 300px;
}

.grid-item img {
width: 100%;
height: 100%;
object-fit: cover; /* Imagem quadrada com preenchimento */
object-fit: cover;
transition: transform 0.3s ease;
}

Expand Down
4 changes: 0 additions & 4 deletions projetos.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,5 @@ <h2>Buzzer</h2>
</div>
</label>
</div>

<footer>
<p>© 2023 Hellbotica. Todos os direitos reservados.</p>
</footer>
</body>
</html>

0 comments on commit f04ba93

Please sign in to comment.