diff --git a/challenges/qr_code_component/images/favicon-32x32.png b/challenges/qr_code_component/images/favicon-32x32.png new file mode 100644 index 00000000..1e2df7f0 Binary files /dev/null and b/challenges/qr_code_component/images/favicon-32x32.png differ diff --git a/challenges/qr_code_component/images/image-qr-code.png b/challenges/qr_code_component/images/image-qr-code.png new file mode 100644 index 00000000..2e0095ad Binary files /dev/null and b/challenges/qr_code_component/images/image-qr-code.png differ diff --git a/challenges/qr_code_component/index.html b/challenges/qr_code_component/index.html index 57aec46a..02d8355b 100644 --- a/challenges/qr_code_component/index.html +++ b/challenges/qr_code_component/index.html @@ -28,35 +28,53 @@ - +
-
- Frontend Mentor challenge -
-
- for - Optimum BH - Internship. +
+
+ +
+
+

+ Improve your front-end skills by building projects +

+

+ Scan the QR code to visit Frontend Mentor and take your coding + skills to the next level +

+
+
+
+ Frontend Mentor challenge +
+
+ for + Optimum BH + Internship. +
-
diff --git a/challenges/qr_code_component/tailwind.config.js b/challenges/qr_code_component/tailwind.config.js index bf7a0ba7..9d8a8823 100644 --- a/challenges/qr_code_component/tailwind.config.js +++ b/challenges/qr_code_component/tailwind.config.js @@ -5,6 +5,13 @@ module.exports = { colors: { 'optimum-blue': '#009efc', 'optimum-darkblue': '#0389e1', + White: 'hsl(0, 0%, 100%)', + 'Light-gray': 'hsl(212, 45%, 89%)', + 'Grayish-blue': 'hsl(220, 15%, 55%)', + 'Dark-blue': 'hsl(218, 44%, 22%)', + }, + fontFamily: { + outfit: ['Outfit', 'sans-serif'], }, }, },