From 5757856f81649bf071d5307c856aeef35ae8c918 Mon Sep 17 00:00:00 2001 From: Kevin Eduardo Date: Sun, 8 Dec 2024 14:23:57 -0300 Subject: [PATCH] change name --- codigo-fonte/CSS/{pagamentos.css => payment.css} | 0 codigo-fonte/HTML/Pagamento.html | 2 +- index.html | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) rename codigo-fonte/CSS/{pagamentos.css => payment.css} (100%) diff --git a/codigo-fonte/CSS/pagamentos.css b/codigo-fonte/CSS/payment.css similarity index 100% rename from codigo-fonte/CSS/pagamentos.css rename to codigo-fonte/CSS/payment.css diff --git a/codigo-fonte/HTML/Pagamento.html b/codigo-fonte/HTML/Pagamento.html index 103add2..a54f142 100644 --- a/codigo-fonte/HTML/Pagamento.html +++ b/codigo-fonte/HTML/Pagamento.html @@ -5,7 +5,7 @@ - + Pagamento diff --git a/index.html b/index.html index bac41cf..db96042 100644 --- a/index.html +++ b/index.html @@ -76,6 +76,7 @@ border-radius: 5px; cursor: pointer; font-weight: bold; + box-shadow: 5px 5px 1px var(--cor-quaternaria); } button:hover {