From e5db725078def7d067bb588421d5bbe1287e15ad Mon Sep 17 00:00:00 2001 From: makuczaoliver Date: Mon, 7 Nov 2022 10:17:38 +0100 Subject: [PATCH] valami --- style.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..c6ead17 --- /dev/null +++ b/style.css @@ -0,0 +1,29 @@ +body { + background-color: #ff00ff; +} + +aside { + float: right; + background-color: grey; + text-align: right; + border: 10px; + border-radius: 10px; + padding: 5px; + width: 15%; +} + +section { + background-color: antiquewhite; +} + +h2 { + background-color: cadetblue; +} + +article { + background-color: yellowgreen; +} + +footer { + background-color: white; +} \ No newline at end of file