Skip to content

Commit

Permalink
Nome de projeto adicionado a cada imagem #7
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielArusiewiczBerta committed Aug 8, 2023
1 parent 1baff1e commit a2b521e
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 5 deletions.
35 changes: 30 additions & 5 deletions src/components/Issue7.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,40 @@ function Issue7 ()
</h1>
<div className={styles.containerImages}>
<div className={styles.imageRow}>
<img className={styles.image} src="/img/RetanguloIlustrativo.png" width={440} height={530} alt="imagem temporaria de testes"/>
<img className={styles.image} src="/img/RetanguloIlustrativo.png" width={440} height={775} alt="imagem temporaria de testes"/>
<figure className={styles.figure}>
<label className={styles.text}>
Nome do Projeto
</label>
<img className={styles.image} src="/img/RetanguloIlustrativo.png" width={440} height={530} alt="imagem temporaria de testes"/>
</figure>
<figure className={styles.figure}>
<label className={styles.text}>
Nome do Projeto
</label>
<img className={styles.image} src="/img/RetanguloIlustrativo.png" width={440} height={775} alt="imagem temporaria de testes"/>
</figure>
</div>
<div className={styles.imageBlock}>
<div className={styles.smallImageBlock}>
<img className={styles.image} src="/img/RetanguloIlustrativo.png" width={440} height={826} alt="imagem temporaria de testes"/>
<img className={styles.image} src="/img/RetanguloIlustrativo.png" width={377} height={826} alt="imagem temporaria de testes"/>
<figure className={styles.figure}>
<label className={styles.text}>
Nome do Projeto
</label>
<img className={styles.image} src="/img/RetanguloIlustrativo.png" width={440} height={826} alt="imagem temporaria de testes"/>
</figure>
<figure className={styles.figure}>
<label className={styles.text}>
Nome do Projeto
</label>
<img className={styles.image} src="/img/RetanguloIlustrativo.png" width={377} height={826} alt="imagem temporaria de testes"/>
</figure>
</div>
<img className={styles.image} src="/img/RetanguloIlustrativo.png" width={885} height={473} alt="imagem temporaria de testes"/>
<figure className={styles.figure}>
<label className={styles.text}>
Nome do Projeto
</label>
<img className={styles.image} src="/img/RetanguloIlustrativo.png" width={885} height={473} alt="imagem temporaria de testes"/>
</figure>
</div>
</div>
</div>
Expand Down
15 changes: 15 additions & 0 deletions src/styles/Issue7.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,18 @@
.image{
padding: 8px;
}

.figure{
display: flex;
flex-direction: column-reverse;
justify-content: space-evenly;
align-items: flex-end;
}
.text{
position: relative;
display: flex;
bottom: 66px;
right: 85px;
font-size: 30px;
}

0 comments on commit a2b521e

Please sign in to comment.