diff --git a/README.md b/README.md index 577528c..f68fbc5 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ "# the-cryptoflow" + +Hello, I'm Hafiz, I've been a long time follower of Aeternity and now, i have finally design and written my first app. CrytoFlow is a platform that let users keep and a secure workflow of their daily activity and manage them efficiently I designed my states in a way to store users data uniquely and efficiently by keying my user data with his/her address. diff --git a/css/scrollbar.css b/css/scrollbar.css new file mode 100644 index 0000000..fd84faa --- /dev/null +++ b/css/scrollbar.css @@ -0,0 +1,5 @@ +#scrollbar{ + overflow-x: auto; + max-height: 100vh; + min-height: 100vh; +} diff --git a/index.html b/index.html index 46c813f..b2c43cc 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,7 @@ +