diff --git a/index.html b/index.html index 4df0bd4..6071848 100644 --- a/index.html +++ b/index.html @@ -1,157 +1,175 @@ + + + - - - + + + + - - - - + Portal de Noticias + - Portal de Noticias - - - -
- - -
-
- +
+
+

Mais lidas da semana

+ + Ver tudo + seta + +
+
+
+ + Protótipo de veículo voador é apresentado, marcando o início da era dos transportes aéreos pessoais. +

+ Protótipo de veículo voador é apresentado, marcando o início da + era dos transportes aéreos pessoais. +

+
+
+ + Plataforma de videoconferência apresenta nova função de hologramas, tornando as chamadas virtuais mais realistas e envolventes.. +

+ Plataforma de videoconferência apresenta nova função de + hologramas, tornando as chamadas virtuais mais realistas e + envolventes. +

+
+
+ + Nova geração de consoles de videogame é lançada, trazendo gráficos ultra-realistas e experiências de jogo totalmente envolventes. +

+ Nova geração de consoles de videogame é lançada, trazendo gráficos + ultra-realistas e experiências de jogo totalmente envolventes. +

+
+
+ + Projeto busca oferecer internet de alta velocidade em áreas remotas através de satélites. +

+ Projeto busca oferecer internet de alta velocidade em áreas + remotas através de satélites. +

+
+
+
+
+ + + diff --git a/styles/header.css b/styles/header.css index acfcaaa..0ae1b25 100644 --- a/styles/header.css +++ b/styles/header.css @@ -1,4 +1,4 @@ -#primay { +#primary { padding-block: 20px; div { @@ -21,7 +21,7 @@ #secondary { padding-block: 14px; - border: solid 1px --stroke-color; + border: solid 1px var(--stroke-color); border-inline: none; justify-content: space-between; } \ No newline at end of file diff --git a/styles/index.css b/styles/index.css index f411aa6..7ce6c95 100644 --- a/styles/index.css +++ b/styles/index.css @@ -1,3 +1,4 @@ @import url(global.css); @import url(header.css); -@import url(utility.css); \ No newline at end of file +@import url(utility.css); +@import url(sections.css); \ No newline at end of file diff --git a/styles/sections.css b/styles/sections.css index 406077e..19447bf 100644 --- a/styles/sections.css +++ b/styles/sections.css @@ -2,31 +2,35 @@ img { height: 100%; object-fit: cover; - border-radius: 4px; + } .card { + border-radius: 4px; + overflow: hidden; + position: relative; + &::berofe { + content: ""; position: absolute; inset: 0; top: 50%; background: linear-gradient( 180deg, transparent 0%, #020617 100% - ); + ) } - figcaption { + + figcaption { position: absolute; bottom: 0; padding: 24px; - &:has(.text-lg) { - padding: 12px; - } - + h2 { margin-top: 8px; } } + } } section header {