From ef51447dc96a7b8563fd67679189d19c152b8e4f Mon Sep 17 00:00:00 2001 From: Pedro Afonso <82235987+pedromclaro@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:09:16 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20oculta=20divs=20para=20modific=C3=A1-la?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 5 ++++- style.css | 28 +++++++++++++++++++--------- 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 8bd4f26..63a4e96 100644 --- a/index.html +++ b/index.html @@ -19,12 +19,14 @@

Olá 👋, sou o
Pedro Afonso

- +
+

⚠️ Página em construção!

+
diff --git a/style.css b/style.css index 1b98919..5388037 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ @charset "UTF-8"; -@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800&display=swap'); +@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800&display=swap"); * { margin: 0; @@ -9,7 +9,7 @@ body { background-color: #fff; -} +} #principal { display: flex; @@ -23,8 +23,9 @@ body { margin-bottom: 100px; } -#principal > h1, h2 { - font-family: 'Heebo', sans-serif; +#principal > h1, +h2 { + font-family: "Heebo", sans-serif; text-align: center; } @@ -61,7 +62,6 @@ button { border-radius: 5px; } - #principal #img-links { display: flex; flex-direction: column; @@ -82,8 +82,19 @@ button { .recent { background-color: #dbedf2; padding: 3rem 1rem; + + display: flex; + align-items: center; + justify-content: center; } +.recent .recent-alert { + font-size: 1.2rem; + font-weight: 600; +} + +/* + .recent .header { display: flex; align-items: center; @@ -137,7 +148,7 @@ i.posts-tag-1 { margin-right: 5px; font-style: normal; padding: 3px 5px; - background-color: #D4B1F4; + background-color: #d4b1f4; border-radius: 10px; user-select: none; } @@ -149,7 +160,6 @@ i.posts-tag-2 { background-color: #f3f4b1; border-radius: 10px; user-select: none; - } i.posts-tag-3 { @@ -163,5 +173,5 @@ i.posts-tag-3 { .recent .posts .post-item p { max-width: 400px; - -} \ No newline at end of file +} +*/