From aa31ecf9641b16965b0d7c4864ecdf2d265d609d Mon Sep 17 00:00:00 2001 From: Malath Kamaluldeen Date: Mon, 14 Sep 2020 11:02:27 -0400 Subject: [PATCH 1/2] playing with css :>) --- css/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/css/style.css b/css/style.css index e69de29..2159ae1 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,15 @@ +body{ + color:brown; +} +h1{ + color:red; +} +.quote{ + color:gray; +} +.quote.narrator{ +color:black; +} +#intro p{ + color:green; +} \ No newline at end of file From d6269b9e0d7f8f8a0f1bea3eae27f475fc389d96 Mon Sep 17 00:00:00 2001 From: Malath Kamaluldeen Date: Mon, 14 Sep 2020 11:38:45 -0400 Subject: [PATCH 2/2] dots --- css/style.css | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 2159ae1..ef49191 100644 --- a/css/style.css +++ b/css/style.css @@ -1,14 +1,31 @@ body{ - color:brown; + color:rgb(255, 255, 255); +margin-left: 10%; +margin-right:10%; +margin-bottom:10%; +border-style: dotted ; +border-width: 10px; + +font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif ; +background-image: linear-gradient(rgb(203, 161, 219),rgb(116, 173, 116)); } + + h1{ - color:red; + color:rgb(186, 114, 204); + margin-left: 25%; +} +h2{ + margin-left:25%; + margin-top: -3%; + font-size: medium; } .quote{ - color:gray; + color:rgb(255, 255, 255); + } .quote.narrator{ -color:black; +color:rgb(234, 210, 250); } #intro p{ color:green;