From 9f3d95c4e7b52c83c63120f6b15d39d59e2fcd3f Mon Sep 17 00:00:00 2001 From: Aljo Biju <64011196+Aljobiju@users.noreply.github.com> Date: Sat, 17 Oct 2020 19:50:54 +0530 Subject: [PATCH 1/2] Update buttons.html added button component --- pages/buttons.html | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/pages/buttons.html b/pages/buttons.html index bd5be0b..98a103f 100644 --- a/pages/buttons.html +++ b/pages/buttons.html @@ -69,7 +69,7 @@

- +
@@ -138,6 +138,42 @@

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

+ Name: + Aljo Biju + +

+
+
+
+
+
+
+
@@ -179,4 +215,4 @@

- \ No newline at end of file + From 7839fed94ab536e8d33b29c606eebf350ebf99fe Mon Sep 17 00:00:00 2001 From: Aljo Biju <64011196+Aljobiju@users.noreply.github.com> Date: Sat, 17 Oct 2020 19:53:40 +0530 Subject: [PATCH 2/2] Update cardcolor.css --- css/cardcolor.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/cardcolor.css b/css/cardcolor.css index 3e0f393..e079f0d 100644 --- a/css/cardcolor.css +++ b/css/cardcolor.css @@ -25,3 +25,8 @@ .roncy { background-color: #a287f4; } + +/* Aljo Biju */ +.aljo { + background-color: #5f067b; +}