Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

FAQ accordion (Bootstrap)

DDOL-dol 40

@DDOL-dol

Desktop design screenshot for the FAQ accordion coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

A detailed front-end HTML+CSS development flow

  • README
  • Design Document
  • Asset (fonts, images)
  • Style Guide

What challenges did you encounter, and how did you overcome them?

How to change the inner properties of bootstrap

  • You have to look deeply into the debugger and check which property you can change

How to do global window centralization



How to make a 1/3 background image

.background {
    position: absolute;
    background-image: url("assets/images/background-pattern-desktop.svg");
    width: 100%;
    height: 33vh;
}

What specific areas of your project would you like help with?

About the font. How do I get the title font displayed properly?

Community feedback

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord