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 comments

  • Bertrand 60

    @Wendkunicode

    Submitted

    Hi! This is one of my first code. I am a beginner in coding and this challenge is for testing my skills after some YouTube's tutorials. Please tell me how I can improve my code and where find free course for learning. Thank you!

    @Jojo-onedev

    Posted

    Bonjour, j'espers que tu va bien. Dans le code j'ai remarqué que tu as mis *{ margin:0;}. Tu peux plutot mettre comme ça *{ margin:0; padding:0; et box-sizing: border-box;} et dans le selecteur body tu n'as pas besoin de mettre width : 100%; car le body déjà occupe 100% de la page Donc continu d'apprendre, je continu d'apprendre aussi. Je t'invite donc à t'aboner a mon profil si tu as trouvé mes critiques utiles

    0
  • @Jojo-onedev

    Posted

    Good job but I notice that your design is responsive on mobile

    Marked as helpful

    1
  • P

    @vanessa-ayer

    Submitted

    I've just completed my fourth front-end coding challenge via Frontend Mentor 🎉

    I wanted to make sure and focus on responsiveness for this card component to ensure a proper range for screen adaption. Will continue to focus and study this for future projects (it's essential!) :)

    Any and all feedback is welcome :)

    @Jojo-onedev

    Posted

    I like it 👍

    1
  • @Jojo-onedev

    Posted

    You must do your best to make the responsive. You can use flexbox or grid or Media query of css. Just try and you will see

    0
  • @Jojo-onedev

    Posted

    Hello... That is great job let's go to the next challenge and you can follow me on my profile

    0
  • @nonoza

    Submitted

    Hello friends,

    I would appreciate it if you could take a moment to review my project. I've developed it using the Tailwind CSS framework, and this marks my second project with it. Please note that I am not on a pro version,so I didn't use a figma file.

    Thank you!

    @Jojo-onedev

    Posted

    Hello that is a great job with tailwind. Keep going and don't forget to follow me on my profile

    0
  • @Jojo-onedev

    Posted

    Hello... Great job But remove the margin:0%; in body To center the content you can set body like body{ min-height: 100%; display:flex; justify-content: center; align-items:center;}

    Marked as helpful

    1
  • @Jojo-onedev

    Posted

    Hello... Great job but you must put css's properties in style.css

    0
  • @Jojo-onedev

    Posted

    Hello... I notice that you I noticed that you didn't use the css code in another part. The css code must be written in a style sheet like 'style.css' and linked to the html file. Also to focus your content as the challenge wanted you could do body{ min-heiht: 100vh; display:flex; justify-content:center; align-items:center;} this should do it To make it responsive you can use media queries or flex boxes

    Marked as helpful

    1
  • @Jojo-onedev

    Posted

    Great keep Learning, but I notice that firstky on css code it's missed css reset don't forget it;. Put min-height instead height

    Marked as helpful

    0