From 66e1f69b51a96113f2fd1bf4f796cdc280e71509 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cain=C3=A3=20Milech?=
Date: Tue, 11 Oct 2022 17:37:02 -0300
Subject: [PATCH] =?UTF-8?q?feat:=20Adiciona=20ilustra=C3=A7=C3=A3o=20netwo?=
=?UTF-8?q?rk=20desktop=20e=20mobile?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
assets/images/network.svg | 15 +++++++++++++++
assets/styles/main.css | 20 ++++++++++++++++++++
index.html | 4 ++++
3 files changed, 39 insertions(+)
create mode 100644 assets/images/network.svg
diff --git a/assets/images/network.svg b/assets/images/network.svg
new file mode 100644
index 0000000..aa8344a
--- /dev/null
+++ b/assets/images/network.svg
@@ -0,0 +1,15 @@
+
diff --git a/assets/styles/main.css b/assets/styles/main.css
index 7975e11..c66e482 100644
--- a/assets/styles/main.css
+++ b/assets/styles/main.css
@@ -60,6 +60,18 @@ body {
text-align: left;
}
+.network{
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding-top: 73px;
+}
+
+.network-image{
+ width: 17%;
+}
+
+/*4k*/
@media screen and (min-width: 2500px) {
.top-infocard-subtitle{
font-size: 40px;
@@ -107,6 +119,14 @@ body {
line-height: 24px;
text-align: center;
}
+
+ .network{
+ padding-top: 65px;
+ }
+
+ .network-image{
+ width: 58%;
+ }
}
diff --git a/index.html b/index.html
index e8b9625..e9edda6 100644
--- a/index.html
+++ b/index.html
@@ -43,6 +43,10 @@
+
+
+
+