From 8f7ac847121fdca3b94d49162814088df3b3a683 Mon Sep 17 00:00:00 2001 From: vinicius Date: Thu, 11 May 2023 21:03:18 +0000 Subject: [PATCH] modified index and style --- praticando/index.html | 10 +++++----- praticando/style.css | 25 +++++++++++++++++++++++-- 2 files changed, 28 insertions(+), 7 deletions(-) diff --git a/praticando/index.html b/praticando/index.html index 2532bfd..e01655d 100644 --- a/praticando/index.html +++ b/praticando/index.html @@ -39,24 +39,24 @@
-
+
- +
- +
- +
- +
diff --git a/praticando/style.css b/praticando/style.css index 88ed6a6..6212eff 100644 --- a/praticando/style.css +++ b/praticando/style.css @@ -5,7 +5,8 @@ } body { - background-color: lightgray; + color: #fff; + background-color: #000; text-align: center; margin: 25px; display: flex; @@ -24,12 +25,32 @@ p { table { background-color: lightblue; + color: #000; } -.data-running { +.datas { display: flex; align-items: center; justify-content: center; gap: 15px; margin-top: 15px; } + +.datas-running { + border: none; + padding: 16px 32px; + border-radius: 16px; +} + +#button { + border: none; + margin-left: 40px; + padding: 16px 32px; + border-radius: 16px; + font-size: 16px; + font-weight: 700; + text-transform: uppercase; + background-color: blue; + color: #fff; + +}