From 0476cc1e4df45ef17206f38bb14487d3d7aa85a9 Mon Sep 17 00:00:00 2001 From: dheerajgandhi9 <61880626+dheerajgandhi9@users.noreply.github.com> Date: Sun, 18 Oct 2020 14:28:46 +0530 Subject: [PATCH 1/3] added button component --- pages/buttons.html | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/pages/buttons.html b/pages/buttons.html index 9ab0bd2..b5db5fe 100644 --- a/pages/buttons.html +++ b/pages/buttons.html @@ -171,6 +171,40 @@

+ +
+
+
+
+
+ Button +
+
+ +
+
+
+
+
+
+
+
+ Creator +
+
+
+

+ Name: + Dheeraj Gandhi + +

+
+
+
+
+
+
+
@@ -212,4 +246,4 @@

- \ No newline at end of file + From 4b8c13b1778690652b1f6149ebd6eaa96efc256f Mon Sep 17 00:00:00 2001 From: dheerajgandhi9 <61880626+dheerajgandhi9@users.noreply.github.com> Date: Sun, 18 Oct 2020 14:45:08 +0530 Subject: [PATCH 2/3] added dheeraj class for button --- css/buttons.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/css/buttons.css b/css/buttons.css index 693c8a3..8686e3e 100644 --- a/css/buttons.css +++ b/css/buttons.css @@ -126,4 +126,22 @@ /* James K Jose */ .jkj { background-color: #f79533; -} \ No newline at end of file +} +/* Dheeraj Gandhi */ +.dheeraj { + border-radius: 4px; + border: none; + color: #ffffff; + text-align: center; + font-size: 28px; + padding: 20px; + width: 200px; + text-shadow: none; + background-color: rgb(2, 2, 92); + transition: 0.5s; +} +.dheeraj:hover { + box-shadow: rgb(8, 1, 77) 0 0 20px 2px; + font-size: 30px; + text-shadow: 0px 0px 10px white; +} From 3ca70832702c0e96b0e62da406dd7752791c2e57 Mon Sep 17 00:00:00 2001 From: dheerajgandhi9 <61880626+dheerajgandhi9@users.noreply.github.com> Date: Sun, 18 Oct 2020 14:46:32 +0530 Subject: [PATCH 3/3] Update buttons.html --- pages/buttons.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/buttons.html b/pages/buttons.html index b5db5fe..da5f2b0 100644 --- a/pages/buttons.html +++ b/pages/buttons.html @@ -180,7 +180,7 @@

Button

- +