Atualizações
This commit is contained in:
parent
03c61b39d3
commit
bfb0cfc29a
@ -185,6 +185,10 @@ footer {
|
||||
transform: scale(-3,1);
|
||||
zoom: normal;
|
||||
}
|
||||
.header-computer{
|
||||
position: relative;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width:700px){
|
||||
.text-p{
|
||||
@ -195,9 +199,24 @@ footer {
|
||||
}
|
||||
@media only screen and (max-width:1024px){
|
||||
.container-notebooks{
|
||||
display: flex;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
|
||||
gap: 23px;
|
||||
}
|
||||
.notebook{
|
||||
display: grid;
|
||||
grid-column: 1 / 3;
|
||||
place-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.image3{
|
||||
display: grid;
|
||||
place-items: center;
|
||||
margin-top: 1px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-left: 60%;
|
||||
}
|
||||
|
||||
}
|
@ -78,8 +78,8 @@
|
||||
<figure class="container-notebooks imag2">
|
||||
<img class="notebook"src="./assets/img/Rectangle 16.png" alt="notebook">
|
||||
</figure>
|
||||
<figure class="container-notebooks image3">
|
||||
<img class="notebook" src="./assets/img/Rectangle 17.png" alt="notebook">
|
||||
<figure class="container-notebooks ">
|
||||
<img class="notebook image3" src="./assets/img/Rectangle 17.png" alt="notebook">
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user