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

  • P

    @nvalline

    Submitted

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

    In this challenge I learned more about using HTML's 'picture' element, the CSS unit 'vw', and also using the ::before psuedo-selector. I have not used either very much in previous projects.

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

    Positioning the hero images took a second, but using 'vw' and Flexbox I was able to achieve the desired results.

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

    I would appreciate any tips/recommendations on improving my code quality. Thanks!

    P
    ljmanayon 90

    @ljmanayon

    Posted

    Great work!

    1
  • Ishika 100

    @ishika-santhalia

    Submitted

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

    I had problem with responsiveness using grid so I used flexbox. If there's a solution with grid, please share.

    P
    ljmanayon 90

    @ljmanayon

    Posted

    Great work! I had a hard time using grid as well, but I managed to emulate the design. Not sure though if mine is the most efficient, but you can check it out. ljmanayon/testimonials-grid-section

    1
  • modji 140

    @modji

    Submitted

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

    The use of grids. It was a good refresher on how to use grids mixed with Flexbox;

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

    My first version didn't work as the cyan and blue boxes were stretched to match the height of the other two boxes. I had to wrap each outer box within a flex and a flex-col to center them.

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

    Any improvement critic is welcomed.

    P
    ljmanayon 90

    @ljmanayon

    Posted

    Great work!

    0
  • DF 330

    @FengDenny

    Submitted

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

    I am proud to use SASS / SCSS for this project and develop this Product Preview Card using mobile first approach

    Things I would do differently:

    1. Use CSS frameworks
    2. Develop using desktop first approach

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

    When writing my styling, I forgot I was using scss, so I simply just wrote css. However, once I finished the project, I refactored my stylesheet with scss

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

    At the moment, none.

    P
    ljmanayon 90

    @ljmanayon

    Posted

    Mobile view doesn't seem working. You might want to check. Other than that, nice work!

    0
  • @oppahero

    Submitted

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

    On this occasion I have tried a recommendation that I read on this platform about not giving a fixed width to the container and letting it adjust itself, even without using media queries. To do this, just indicate a max-width in rem unit.

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

    The padding wasn't applied on the tr tags, so I ended up putting a cellpading on the table in the html.

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

    I would like to know if there is a better way to add padding to the tr

    Any recommendation is appreciated.

    P
    ljmanayon 90

    @ljmanayon

    Posted

    Nice work. Wish I could help you about padding. I am also a newbie.

    0
  • Boris 2,870

    @mkboris

    Submitted

    Hi there, appreciate you for checking out my solution for this challenge.

    Any suggestions, feedback and best practices on how I can improve will be appreciated.

    Thanks!💚

    P
    ljmanayon 90

    @ljmanayon

    Posted

    Nice work!

    1
  • Marcelo 40

    @Marchelo07

    Submitted

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

    Que puedo aplicar estilos cada vez mejor

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

    Encontrar los tamaños que sean semejantes al diseño

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

    Me gustaría aprender como aplicar mejor estilos para diferentes tamaños de pantalla

    P
    ljmanayon 90

    @ljmanayon

    Posted

    Great job! Please aim to create a responsive site that is also mobile-friendly, as outlined in the style guide. Apart from that, keep up the excellent work.

    0
  • Justin 100

    @aduatgit

    Submitted

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

    This thankfully went pretty smoothly! I estimated 2 hours for this Project, it took 45 min with no major hickups.

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

    I tried to wrap my img with a div and use it in a flexbox context, which didn't really go well, or at least wasn't intuitiv. I decided to remove the div and use the img as one flexbox row.

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

    I don't feel to confident in the way I used margins, maybe there is a better solution. I also don't know if the flexbox approach I used was correct, as in not wrapping the img in a div and just using it as is.

    P
    ljmanayon 90

    @ljmanayon

    Posted

    Great work! I'm having trouble with semantic HTML. I didn't know how important it is. You should include that in your project.

    0