diff --git a/challenges/stats_preview_card_component/images/image1.jpg b/challenges/stats_preview_card_component/images/image1.jpg new file mode 100644 index 00000000..1d490672 Binary files /dev/null and b/challenges/stats_preview_card_component/images/image1.jpg differ diff --git a/challenges/stats_preview_card_component/index.html b/challenges/stats_preview_card_component/index.html index 044c9a12..2e9a1af8 100644 --- a/challenges/stats_preview_card_component/index.html +++ b/challenges/stats_preview_card_component/index.html @@ -26,38 +26,113 @@ href="../images/favicon-16x16.png" /> + + + + - +
-
+
+
+
+ Get insights that help your + business grow. +
+
+ Discover the benefits of data analytics and make better decisions + regarding revenue, customer experience, and overall efficiency. +
+ +
+
+
+ 10k+ +
+
+ COMPANIES +
+
+
+
+ 314 +
+
+ TEMPLATES +
+
+
+
+ 12M+ +
+
QUERIES
+
+
+
+ +
+ Description of image + +
+ +
+
+
+
+
+

Frontend Mentor challenge -

-
for - Optimum BH - Internship. -
- -
+ Internship +

+

Source code -

+

diff --git a/challenges/stats_preview_card_component/tailwind.config.js b/challenges/stats_preview_card_component/tailwind.config.js index 9e4a7ff5..47cc3f28 100644 --- a/challenges/stats_preview_card_component/tailwind.config.js +++ b/challenges/stats_preview_card_component/tailwind.config.js @@ -6,6 +6,16 @@ module.exports = { 'optimum-blue': '#009efc', 'optimum-darkblue': '#0389e1', }, + fontFamily: { + inter: ['Inter'], + }, + fontWeight: { + extra_light: 200, + light: 500, + regular: 400, + bold: 700, + extra_bold: 800, + }, }, }, plugins: [],