From b7f783bdacd73944a1771f205810603942ee3dce Mon Sep 17 00:00:00 2001 From: Vitor Duarte Date: Thu, 4 Jun 2020 21:07:58 -0300 Subject: [PATCH] Adiciona botao de baixar a imagem --- css/styles.css | 2 ++ index.html | 35 ++++++++++++++++++++++++----------- 2 files changed, 26 insertions(+), 11 deletions(-) diff --git a/css/styles.css b/css/styles.css index a622ac4..19838df 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,3 +1,5 @@ #logo { display: flex; + padding: 2%; + display: none; } diff --git a/index.html b/index.html index 77f4ffa..71ff4c1 100644 --- a/index.html +++ b/index.html @@ -27,38 +27,51 @@ + +
+
- - - - + + -- 2.44.0