Skip to content

Hardy101/faq-accordion-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - FAQ accordion card solution

This is a solution to the FAQ accordion card challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Note: Delete this note and update the table of contents based on what sections you keep.

Overview

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid

What I learned

I hit a bit of a snag when trying to position the patter image, but with a bit of research and a little help from some other solutions i was able to position the image with the css below

.card {
  background: url(images/bg-pattern-desktop.svg), white;
  background-position: -33.125rem -16.563rem;
}

Author

About

FAQ Accordion Card | Frontend Mentor Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published