Ola
@Great-kiolaAll comments
- @AdamsRuth1@Great-kiola
Hello, you might need to import the font for the project as this would make the project more consistent and beautiful
- @meccoi@Great-kiola
Hello, looks like you submitted the wrong project, check and fix this.
- @cassiality@Great-kiola
Hello, congratulations on completing the project, however there are few changes you need to make
- The accordion needs to close when another one open, or the container just overflows the container, when all is opened at once, and
- The woman and the box are not in the right place they need to be.
You're welcome.
- @Great-kiola@Great-kiola
The accordion worked, Thanks for that but the according to the code you provided, the images are still overlapping.
- @peter2great2@Great-kiola
Hello, nice job trying to complete the challenge, However, there are still some changes you still need to make, 1 - You need to import the font required from google font to your CSS file. 2 - The colour you also use doesn't really match the colours required, that needs to be fixed also. 3 - Your overview today text is not aligned with the boxes.
- @SouzaSantosK@Great-kiola
loved how you added your own spice to the sauce, made it look nice, great work
- @Loniewski02@Great-kiola
Hello, great work, but it seems the light and dark mode button doesn't work
- @doganfurkan@Great-kiola
This is perfect, I love it!!!
- @Leandrodeleon22@Great-kiola
The fact that you got your solution and design to be aligned really impressed me. Great work.
- @alauram@Great-kiola
hello, as for me i added this block of code in my body tag
body { background: url(./images/pattern-background-desktop.svg); background-repeat: no-repeat; background-size: contain; background-position: top; background-color: hsl(225, 100%, 94%); display: flex; justify-content: center; align-items: center; height: 100vh; flex-direction: column; font-family: 'Red Hat Display', sans-serif;
}Marked as helpful - @Kennytobiloba@Great-kiola
You have submitted this project to the wrong challenge. Check well before making submissions. And there are still some improvement you need to make
- @BolleyB@Great-kiola
Hello, when I cloned your repo, here's what i discovered
- your link tag to the CSS should be in head
- and for the qr code image you are not pointing to the correct file. put this under the container div
- @Hugo8814@Great-kiola
Hello when I cloned your repo into mine in noticed some errors you should try to fix
- Try to put the CSS link in the head tag no in the body
- Add an alt tag to the img
- The URL of the image you linked to does not exist in the repo. If you're linking to a file, it should be in your repo.
Try those and see if it works.
Marked as helpful