From e39b241f1a6b8b9df1dba289408cbe8e47e46c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateus=20Cez=C3=A1rio=20Barreto?= Date: Wed, 12 Nov 2025 15:18:21 -0300 Subject: [PATCH] Style --- main.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 main.css diff --git a/main.css b/main.css new file mode 100644 index 0000000..4be76b1 --- /dev/null +++ b/main.css @@ -0,0 +1,23 @@ +body { + font-family: Arial, sans-serif; + margin: 40px; +} +header { + text-align: center; + font-size: 1.2rem; +} +div{ + padding: 10px; + border: 1px solid #ddd; + background-color: #f9f9f9; + margin-bottom: 15px; +} +div[name] { + margin-top: 20px; +} +div[id]::before { + content: attr(name); + display: block; + text-align: right; + padding-right: 15px; +} \ No newline at end of file