diff --git a/css/style.css b/css/style.css
index 7291106..2a7be38 100644
--- a/css/style.css
+++ b/css/style.css
@@ -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%;
}
-
}
\ No newline at end of file
diff --git a/index.html b/index.html
index e134a84..a581bac 100644
--- a/index.html
+++ b/index.html
@@ -78,8 +78,8 @@
-