Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Request path contains unescaped characters
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted

    FAQ ACCORDION

    • HTML
    • CSS
    • JS

    0


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

    First project i'm using JS. It was a good start.

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

    Looping through an element using querySelectorAll. I had to loop through the variable assigned to access each

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

    Is there a better way to work round this task?

  • Submitted


    Is there a better way to vertically align icons to the center ]when the icon was introduced using the pseudo "::before"?

  • Submitted


    I really made that comment box with css! It was challenging but i enjoyed every bit of it! how did you all tackle that?

  • Submitted


    Please how do I extend the paragraph to fill the remaining free space in the div class= "user-post-container"?

  • Submitted


    What can I do to reduce the space between the cards? After using "justify-content: space around", for the container, when I reduce the size of the container, it reduces the width of the cards.

    Then my header went missing at the top in the live URL but on my local computer, it is visible. What is causing it?

  • Submitted


    I had issues with keeping containers at the same size after adding padding but box-sizing:border-box; resolved it! Is it good practice to put it in the universal selector before you start styling?

  • Submitted


    I use Atom for my projects and CSS Lint report keeps prompting me that, "The universal selector (*) is known to be slow". I usually set my margin and padding to 0 in the selector. Is there an alternative to this selector that will still help me achieve the same purpose?

  • Submitted


    If the mobile view and desktop view are the same, is there a need to do a media query for the page still?