From 74624c332b9a3e3699356b806f815ce7ba4888cb Mon Sep 17 00:00:00 2001 From: homonoviscoding Date: Tue, 5 Mar 2024 11:24:08 +0000 Subject: [PATCH 1/2] not enough time to figure out last line --- styles.css | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/styles.css b/styles.css index e69de29..5f40a02 100644 --- a/styles.css +++ b/styles.css @@ -0,0 +1,56 @@ +body { + margin: 0; + font-size: 28px; + box-sizing: border-box; + color: orange; +} +.paragraph { + color: green; +} +#paragraph { + color: red; +} +h1 { + color: pink; +} +h2 { + color: pink; +} +h3 { + color: pink; +} +h4 { + color: pink; +} +.container-one { + color: black; +} +.container-one p { + color:blue; + font-size: 12px; + margin-left: 10px; + border-bottom: 2px solid black; +} +.container-two { + color: black; +} +.container-two p { + color: purple; + font-size: 15px; + margin-left: 10px; + border-bottom: 1px solid black; +} +.container-two p span { + color: grey; + font-size: 12px; +} +.container-one.container-two p { + font-size: 15px; + font-weight: bold ; + text-transform: uppercase; + margin-left: 10px; + border-bottom: 1px solid black; +} +.container-one.container-two p span { + color: orange; +} \ No newline at end of file From d96c8457d06f861407a3d3c455db1bf7a571127a Mon Sep 17 00:00:00 2001 From: homonoviscoding Date: Tue, 5 Mar 2024 15:10:28 +0000 Subject: [PATCH 2/2] css modified --- styles.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/styles.css b/styles.css index 5f40a02..0862a11 100644 --- a/styles.css +++ b/styles.css @@ -44,13 +44,18 @@ h4 { color: grey; font-size: 12px; } -.container-one.container-two p { - font-size: 15px; +div.container-one.container-two { + font-size: 10px; font-weight: bold ; text-transform: uppercase; - margin-left: 10px; - border-bottom: 1px solid black; } -.container-one.container-two p span { +section.container-one.container-two p { color: orange; -} \ No newline at end of file + font-size: 28px; + border-bottom: 0cap; + margin: 0; +} +section.container-one.container-two p span { + color: orange; + font-size: 28px; +}