From 56773d7025d3820fcc07e35c290b8e8bf9226386 Mon Sep 17 00:00:00 2001 From: Ari Azevedo Date: Tue, 18 Apr 2023 19:40:23 -0300 Subject: [PATCH] change estilo for style --- desenvolvedor.PNG => img/desenvolvedor.PNG | Bin index.html | 12 ++++++------ estilos.css => style.css | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) rename desenvolvedor.PNG => img/desenvolvedor.PNG (100%) rename estilos.css => style.css (78%) diff --git a/desenvolvedor.PNG b/img/desenvolvedor.PNG similarity index 100% rename from desenvolvedor.PNG rename to img/desenvolvedor.PNG diff --git a/index.html b/index.html index a5eb668..49d2c91 100644 --- a/index.html +++ b/index.html @@ -4,20 +4,20 @@ - + - Document + Landing Page -
- +
+
-
+

Ariosvaldo de Azevedo Neto

-
+
  • Email: azevedo.consultor@hotmail.com
  • São Paulo
  • diff --git a/estilos.css b/style.css similarity index 78% rename from estilos.css rename to style.css index 57a534e..998f903 100644 --- a/estilos.css +++ b/style.css @@ -15,16 +15,16 @@ img{ border-radius:50px; } -#dov{ +.developerImage{ display:flex; justify-content:center; } -#vod{display:flex; +.developerName{display:flex; justify-content:center; } -#odv{ +.developerInformation{ display:flex; justify-content:center; }