From 8ee67312d50817ebe9cf53f37d4909e465ffd2db Mon Sep 17 00:00:00 2001 From: ngumokenneth Date: Wed, 18 Oct 2023 11:08:10 +0300 Subject: [PATCH] adjusted the width of the card, changed the font and changed the images path --- challenges/profile_card_component/index.html | 24 +++++++++---------- challenges/profile_card_component/style.css | 2 +- .../profile_card_component/tailwind.config.js | 3 +++ 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/challenges/profile_card_component/index.html b/challenges/profile_card_component/index.html index a39b7cad..f5f6fd46 100644 --- a/challenges/profile_card_component/index.html +++ b/challenges/profile_card_component/index.html @@ -30,22 +30,22 @@
-
+
card's parttern -
+
victor's image -
+

Victor Crest 26

@@ -55,7 +55,7 @@
-
+

80k

Followers @@ -103,14 +103,14 @@
diff --git a/challenges/profile_card_component/style.css b/challenges/profile_card_component/style.css index c37a4879..7944c5f5 100644 --- a/challenges/profile_card_component/style.css +++ b/challenges/profile_card_component/style.css @@ -1,4 +1,4 @@ -@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Kumbh+Sans:wght@400;700&family=Outfit:wght@400;700&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Kumbh+Sans:wght@400;700&family=Manrope:wght@600;800&family=Outfit:wght@400;700&family=Overpass:wght@300;600&family=Ubuntu:ital,wght@0,700;1,400&display=swap'); @tailwind base; @tailwind components; @tailwind utilities; diff --git a/challenges/profile_card_component/tailwind.config.js b/challenges/profile_card_component/tailwind.config.js index 3b1a9191..292c3c46 100644 --- a/challenges/profile_card_component/tailwind.config.js +++ b/challenges/profile_card_component/tailwind.config.js @@ -10,6 +10,9 @@ module.exports = { 'dark-grayish-blue': 'hsl(227, 10%, 46%)', 'dark-gray': 'hsl(0, 0%, 59%)', }, + fontFamily: { + 'kumbh-sans': ['Kumbh Sans', 'sans-serif'], + }, }, }, plugins: [],