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?

    I'm most proud of how the design adapts to different sreen sizes. I used a combination of grid-areas and media queries to make it happen.

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

    It was hard to think how I wanted the tablet design to be, at the end, I think I made it look good.

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

    For the moment, nothing.

  • Submitted


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

    I'm most proud of the use use clamp in my font-sizes, this helped me to adapt the font sizes of my content to all mobile designs and desktop designs.

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

    It was hard at first the create the mobile design because of the jump in height of all the different mobile devices, but thanks to using clamp in my font-sizes, margins and paddings, I achieved a design that I was really pleased with.

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

    For the moment, nothing.

  • Submitted


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

    I'm most proud of how it looks the design in general

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

    It was very hard to make the share bar to cover the main design and look good.

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

    For the moment, nothing

  • Submitted


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

    I'm most proud of how the grid layout turned out.

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

    Finding a way to recreate the desktop layout was very difficult

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

    Nothing at the moment.

  • Submitted


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

    I'm most proud of the use of css grid to make the designs of the cards

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

    Trying to center the 2 cards was a bit difficult

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

    For the moment, nothing

  • Submitted


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

    I'm most proud of the analysis before making the website, this made the transition to bigger displays much more easy.

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

    I found difficult to assign the relative units to the different parts of the webpage.

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

    How to center vertically the container of my whole design, so it looks good in all the displays.

  • Submitted


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

    I made a responsive page in all of google devices with media queries

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

    learning about and using them was very challenging

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

    Learning more about making more responsive designs, this was my first and it was very difficult

  • Submitted


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

    Im most proud of the use of media queries to make the site more respnsive in mobile

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

    It was the first time using Media queries, it was hard but I thing it turned out nice

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

    How can I improve mobile design to be more responsive

  • Submitted


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

    I'm most proud of how it ended up looking in desktop, I would try and intregrate more media queries so I can make it more responsive to mobile devices

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

    I found difficult to center the container of all the card content to the center of the page, I contained everything into a section element, then I gave it height. Then I styled it using CSS, adding a flexbox to align it horizontally and vertically.

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

    I'm still finding another to put the container in the center of the page, if you have another way, plase share it.

    Also, what is the best practice to make a responsive design, to make it look good on mobile

  • Submitted


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

    Im most proud of how the image and the text anded up aligned, I also liked how the padding ended up looking.

    I woull try to find another way to center the content vertically, I used margin and flexbox but it didnĀ“t look perfect.

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

    Centering the content was hard, i tried to use a flexbox in order to center the div containg everything, the horizontal align worked perfect bvut the vertical align didnt work, so I used margin in the top.

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

    When centering the container that holds all the project (qr-image and text), I used a flexbox with justify content: center to center ir horizontally, but vertically I couldn't figure it out, I ended up using margin: 10% to do it. Is there another way to center vertically a div using a flexbox?