diff --git a/assets/images/img/middlenote1.png b/assets/images/img/middlenote1.png new file mode 100644 index 0000000..834d573 Binary files /dev/null and b/assets/images/img/middlenote1.png differ diff --git a/assets/images/img/middlenote2.png b/assets/images/img/middlenote2.png new file mode 100644 index 0000000..6561eb0 Binary files /dev/null and b/assets/images/img/middlenote2.png differ diff --git a/assets/images/img/middlenote3.png b/assets/images/img/middlenote3.png new file mode 100644 index 0000000..8eba01f Binary files /dev/null and b/assets/images/img/middlenote3.png differ diff --git a/assets/styles/main.css b/assets/styles/main.css index 8beb12a..d3e71aa 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -83,6 +83,39 @@ body{ font-size: 16px; line-height: 24px; } +.middle{ + background: #E0E0E0; +} +.middle-wrapper{ + display: flex; + align-items: center; + position: relative; + justify-content: center; + top:62px; + width: 100%; + +} +.gridimg{ + margin:0 72px; + display: grid; + flex-wrap:nowrap; + grid-template-columns: 1fr 1fr 1fr; + gap:39px; + width: 100%; +} +.middle-img1{ + display: block; + width: 100%; +} +.middle-img2{ + display: block; + width: 100%; +} +.middle-img3{ + display: block; + width: 100%; + +} @media screen and (max-width: 1439px){ .topinfo-texts{ @@ -126,7 +159,32 @@ body{ min-width: 0; } + .middle-wrapper{ + } + + .gridimg{ + display: grid; + grid-template-columns: repeat(4, 1fr); + grid-template-rows: repeat(1, 1fr); + grid-row-gap: 24px; + grid-column-gap: 14px; + width: 100%; + margin:32px 23px; + } + .middle-img1{ + width: 100%; + grid-area: 1 / 3 / 2 / 5; + } + .middle-img2{ + width: 100%; + grid-area: 1 / 1 / 2 / 3; + } + .middle-img3{ + width: 100%; + grid-area: 2 / 1 / 3 / 5; + } } + @media screen and (min-width: 2500px){ .topinfo-subtitle{ font-size: 64px; diff --git a/index.html b/index.html index 7eb0e92..271f276 100644 --- a/index.html +++ b/index.html @@ -56,6 +56,18 @@ +
+
+
+
+ Primeiro notebook meio + Segundo notebook meio + Terceiro notebook meio + +
+
+
+