Skip to content

Commit

Permalink
comentad
Browse files Browse the repository at this point in the history
ok
  • Loading branch information
igorperobelli committed Aug 27, 2024
1 parent 4a9685d commit 5ae108a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -329,10 +329,10 @@ transition: 0.6s;
}

.div-pai2 .div-filho4 {
background-image: url(Imagem/volleyball-1034420_1280.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-image: url(Imagem/volleyball-1034420_1280.jpg);/*faz parte do conjunto de propriedades utilizadas na linguagem de estilo para definir o background, ou seja, a parte do fundo de um elemento*/
background-size: cover;/*define o tamanho da imagem de fundo do elemento*/
background-position: center;/*é um atalho para definir os valores de fundo individuais em um único lugar na folha de estilo.*/
background-repeat: no-repeat;/*é usada para definir como uma imagem de fundo se repete na tela*/
}

.div-pai2 .div-filho5 {
Expand Down

0 comments on commit 5ae108a

Please sign in to comment.