feat(section) feito section img computadores coloridos
This commit is contained in:
parent
4bf70a694e
commit
935a9235c6
BIN
image/img-pc-1.png
Normal file
BIN
image/img-pc-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 236 KiB |
BIN
image/img-pc-2.png
Normal file
BIN
image/img-pc-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 213 KiB |
BIN
image/img-pc-3.png
Normal file
BIN
image/img-pc-3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 317 KiB |
13
index.html
13
index.html
@ -60,6 +60,19 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="div-background">
|
||||||
|
<figure class="figure-img">
|
||||||
|
<img class="img-figure" src="./image/img-pc-1.png" alt="Imagem 1 notebooke colorido">
|
||||||
|
</figure>
|
||||||
|
<figure class="figure-img">
|
||||||
|
<img class="img-figure" src="./image/img-pc-2.png" alt="Imagem 2 notebooke colorido">
|
||||||
|
</figure>
|
||||||
|
<figure class="figure-img">
|
||||||
|
<img class="img-figure" src="./image/img-pc-3.png" alt="Imagem 3 notebooke colorido">
|
||||||
|
</figure>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
31
style.css
31
style.css
@ -35,6 +35,9 @@ body html{
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.section-3pc{
|
.section-3pc{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -78,6 +81,10 @@ body html{
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.div-icon{
|
.div-icon{
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -107,6 +114,30 @@ body html{
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.div-background{
|
||||||
|
background-color: #E0E0E0;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
gap: 39px;
|
||||||
|
margin-top: 80px;
|
||||||
|
}
|
||||||
|
.figure-img{
|
||||||
|
position: relative;
|
||||||
|
top: 62px;
|
||||||
|
width: 30%;
|
||||||
|
}
|
||||||
|
.img-figure{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*MEDIA SCREEN*/
|
/*MEDIA SCREEN*/
|
||||||
@media screen and (max-width: 1024px){
|
@media screen and (max-width: 1024px){
|
||||||
.img-logo{
|
.img-logo{
|
||||||
|
Loading…
Reference in New Issue
Block a user