From 87a7a868dca1b40423396d8d96cf78b2c6b5806e Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Sun, 20 Feb 2022 04:39:51 +0100 Subject: [PATCH] base styles from the readme --- .../newbie/faq-accordion-card/css/style.css | 27 +++++++++++++++++++ .../newbie/faq-accordion-card/index.html | 26 ++++++++++++------ 2 files changed, 45 insertions(+), 8 deletions(-) create mode 100644 projects/FrontendMentor/newbie/faq-accordion-card/css/style.css diff --git a/projects/FrontendMentor/newbie/faq-accordion-card/css/style.css b/projects/FrontendMentor/newbie/faq-accordion-card/css/style.css new file mode 100644 index 0000000..8479a6d --- /dev/null +++ b/projects/FrontendMentor/newbie/faq-accordion-card/css/style.css @@ -0,0 +1,27 @@ +/* +Info: + desktop size 1440x768 + mobile size 375x768 + +*/ + +@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap"); + +:root { + /* colors: */ + /* Text */ + -col-red-soft: hsl(14, 88%, 65%); + -col-blue-very-dark-desaturated: hsl(238, 29%, 16%); + -col-blue-very-dark-grayish: hsl(237, 12%, 33%); + -col-blue-dark-grayish: hsl(240, 6%, 50%); + + /* divider */ + -col-blue-light-grayish: hsl(240, 5%, 91%); + + /* backgroun gradient */ + -col-violet-soft: hsl(273, 75%, 66%); + -col-blue-soft: hsl(240, 73%, 65%); + + /* Fonts */ + -font-size: 12px; +} diff --git a/projects/FrontendMentor/newbie/faq-accordion-card/index.html b/projects/FrontendMentor/newbie/faq-accordion-card/index.html index 264e9a5..2030332 100644 --- a/projects/FrontendMentor/newbie/faq-accordion-card/index.html +++ b/projects/FrontendMentor/newbie/faq-accordion-card/index.html @@ -1,22 +1,31 @@ + - + + - + Frontend Mentor | FAQ Accordion Card + How many team members can I invite? - You can invite up to 2 additional users on the Free plan. There is no limit on + You can invite up to 2 additional users on the Free plan. There is no limit on team members for the Premium plan. What is the maximum file upload size? @@ -32,9 +41,10 @@ Do you provide additional support? Chat and email support is available 24/7. Phone lines are open during normal business hours. -
+ + \ No newline at end of file