From 5facbda701360f27acefe3edf83fce2e771ac697 Mon Sep 17 00:00:00 2001 From: Saroj Dahal Date: Sun, 27 Sep 2020 14:13:08 +0545 Subject: [PATCH] added: Counterup.js dir --- Counterup.js/index.html | 78 +++++++++++++++++++++++++++++++++++++++++ Counterup.js/style.css | 18 ++++++++++ 2 files changed, 96 insertions(+) create mode 100644 Counterup.js/index.html create mode 100644 Counterup.js/style.css diff --git a/Counterup.js/index.html b/Counterup.js/index.html new file mode 100644 index 0000000..0a4ac04 --- /dev/null +++ b/Counterup.js/index.html @@ -0,0 +1,78 @@ + + + + + + Document + + + + + + + +
+
+ + + + Clients + 50 +
+ + +
+ + + + + + Projects + 2000 + +
+ + +
+ + + + + Staffs + 30 + +
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/Counterup.js/style.css b/Counterup.js/style.css new file mode 100644 index 0000000..7ed779c --- /dev/null +++ b/Counterup.js/style.css @@ -0,0 +1,18 @@ +svg{ + height:150px; + width:150px; + color:orange; +} + +.milestone-text{ + + display:block; + font-weight: 800; + text-transform: uppercase; +} + +.milestone-number{ + font-size:45px; + padding:10px; + font-weight: bold; +} \ No newline at end of file