diff --git a/assets/styles/landing-page.css b/assets/styles/landing-page.css index 05e5bf7..8735129 100644 --- a/assets/styles/landing-page.css +++ b/assets/styles/landing-page.css @@ -83,4 +83,23 @@ header { .img-card img{ width: 100%; -} \ No newline at end of file +} + +.computers-area{ + display: flex; + justify-content: space-evenly; + width: 100%; + background: #E0E0E0; + +} + +.computers-img{ + position: relative; + top: 60px; + width: 29%; +} + +.computers-img img{ + width: 100%; +} + diff --git a/landing-page.html b/landing-page.html index 33f48b6..d61d27a 100644 --- a/landing-page.html +++ b/landing-page.html @@ -52,15 +52,14 @@ -