Complete Revamp and Redesigned BlissRoms Website

Co-authored-by: Ayan Mukherjee <mukherjeeayan725@gmail.com>
Signed-off-by: Ayan Mukherjee <mukherjeeayan725@gmail.com>
Signed-off-by: Jackeagle <jackeagle102@gmail.com>
diff --git a/components/button.html b/components/button.html
new file mode 100644
index 0000000..cd99953
--- /dev/null
+++ b/components/button.html
@@ -0,0 +1,6 @@
+<div>
+  <link href="./button.css" rel="stylesheet" />
+  <div class="button-container">
+    <span class="button-text body-16"><span>Download</span></span>
+  </div>
+</div>