From b9da42076aba565d1f3d2a2c172377464524ed5e Mon Sep 17 00:00:00 2001 From: Dhyey k Date: Thu, 9 May 2024 00:05:59 +0530 Subject: [PATCH] added bucket list --- bucketlist.html | 57 +++++++++++++++++++++++++++++++++++++++++++++++++ style.css | 4 ++++ 2 files changed, 61 insertions(+) create mode 100644 bucketlist.html diff --git a/bucketlist.html b/bucketlist.html new file mode 100644 index 0000000..9127cf9 --- /dev/null +++ b/bucketlist.html @@ -0,0 +1,57 @@ + + + + + + My Bucket List + + + +
+

DK's Bucket List

+ +
+ + + diff --git a/style.css b/style.css index 9cd939a..caaa867 100644 --- a/style.css +++ b/style.css @@ -89,4 +89,8 @@ height: auto; width: 90%; margin: 50px auto; } +} + +.bucket { + color: #d9d7d6; } \ No newline at end of file