diff --git a/assets/styles/landing-page.css b/assets/styles/landing-page.css index d62cd15..05e5bf7 100644 --- a/assets/styles/landing-page.css +++ b/assets/styles/landing-page.css @@ -50,4 +50,37 @@ header { .network{ display: flex; justify-content: center; + width: 16%; } + +.network img{ + width: 100%; +} + +.card-section{ + display: flex; + justify-content: space-evenly; + padding: 178px 0px 80px 0px; +} + +.card, .card-small{ + box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23); + + display: flex; + flex-direction: column; + text-align: center; + align-items: center; +} + +.card{ + width: 18%; + height: 287.68px; +} + +.img-card{ + width: 29%; +} + +.img-card img{ + width: 100%; +} \ No newline at end of file diff --git a/landing-page.html b/landing-page.html index 3f18da0..33f48b6 100644 --- a/landing-page.html +++ b/landing-page.html @@ -21,29 +21,30 @@
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. Curabitur ut tortor sed lacus egestas vulputate vel sit amet velit. Nulla suscipit magna dui.
+ - -