diff --git a/index.html b/index.html index 52be011..d0ad733 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@ + @@ -7,6 +8,7 @@ Social +

Olá, mundo!!!

@@ -14,23 +16,55 @@

Quem sou eu?

perfil
+
+
+

+ Meu nome é João Lucas, + estou cursando Ciências da Computação na Universidade Estadual da + Paraíba e com experiências nas tecnologias de React e Node.js. Ainda mais, conhecimento nas linguagens + de JavaScript, Java e Python. +

+
-
-

Meu nome é João Lucas, estou cursando Ciências da Computação na Universidade Estadual da Paraíba e com experiências nas tecnologias de React e Node.js. Ainda mais, conhecimento nas linguagens de JavaScript, Java e Python.

-

ATENÇÃO: Veja meus Projetos no GitHub no link abaixo

-
+
+

+ 🚀Sou parceiro Magalu 🛒 +
+ Como parceiro oficial oferecemos a você uma seleção imbatível + de produtos em eletrônicos, eletrodomésticos, móveis e muito mais. +
+ Confira no link abaixo. +
+ https://www.magazinevoce.com.br/magazineluquetastore/ +

+
+
+

ATENÇÃO: Veja meus Projetos no GitHub no link abaixo

+
-
-

Como falar comigo?

- -
- +
+

Como falar comigo?

+ +
+
+ \ No newline at end of file diff --git a/style.css b/style.css index 4765c8f..5532bd6 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,12 @@ @charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap'); +* { + padding: 0; + margin: 0; + box-sizing: border-box; +} + body{ font-family: 'Roboto Mono', monospace; margin: auto; @@ -23,24 +29,50 @@ header > img { height: 200px; } -section { +.div-card { text-align: center; margin-top: 30px; + padding: 15px; max-width: 600px; margin: auto; + margin-bottom: 20px; + border-radius: 15px; + background-color: white; } -section p{ +.div-card p{ text-align: justify; - background-color: white; - border-radius: 10px; - padding: 10px; } - -section ul{ + +.parceiro-magalu{ + text-align: center; + padding: 15px; + max-width: 600px; + margin: auto; + margin-bottom: 20px; + border-radius: 15px; + background: rgb(117, 117, 238); +} + +.parceiro-magalu p{ + text-align: center; +} + +.parceiro-magalu a{ + background: whitesmoke; + color: black; + width: 100%; + padding: 2px; + border-radius: 5px; +} + +.title-fala-comigo{ + color: black; +} + +.div-card ul{ background-color: white; display: inline-block; - border-radius: 10px; padding: 10px; text-align: left; list-style-position: inside; @@ -48,9 +80,23 @@ section ul{ } -section a{ +.div-card a{ color:rgb(49, 49, 180); } -section a:hover{ +.div-card a:hover{ color: black; +} + +@media screen and (max-width: 600px) { + .parceiro-magalu a { + background: whitesmoke; + color: black; + display: block; + width: 100%; + padding: 10px; + border-radius: 5px; + text-align: center; + margin-top: 10px; + font-size: 14px; + } } \ No newline at end of file