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

All solutions

  • Submitted


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

    Using a combination of tailwind and JS :)

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

    I need a bit of help with share button in mobile preview. Since it is toggle on/off in mobile screen size it is positioned below the 'share-box' but when I set position and put the z-1 it is on top but on same position (because of flex I believe) so one of the link is below it and it is not usable 😅.

    And if anyone knows a good JS course? I watched a few and when I do watch and follow along it is very logical and easy but this little bit of code took me long enough to understand that I need to really master the basics and learn to recognize the steps myself.

    Thank you!

  • Submitted


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

    My second tailwind project, but first tailwind grid exercise. Very fun!

  • Submitted


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

    I still have some tweaking to do to make the responsiveness better. But overall it was fun and quick project.

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

    I tried to do it using tailwind but it was confusing to me a bit, too many things to have in mind advanced, or is it just me? So if someone has a suggestion for tailwind it would be awesome. Or maybe you think it is a bit too early or maybe I should make some more projects using regular css/sass? Thanks!

  • Submitted

    Recipe page

    • HTML
    • CSS

    1


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

    My first table ever, I never thought that I would make it but it was fun!

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

    I did a bit of research about and elements and I think I figured it out but any feedback on this topic is more than welcoming. :D

  • Submitted


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

    So just a qq. I've made the social links as an unordered list. I guess that is ok too but do you think maybe it is better to write them as separate div elements, or even make them as buttons inside list elements?

  • Submitted


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

    For some reason even when the margin was set to 0 in the that contained User image and User-Name it still somehow put some margin in the user name? Anyway i had to set margin-top and margin-bottom separately to solve this. I am not sure why but it worked 😅