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 learn a lot about CSS Grid, this is more complex. but i'm happy i can tackle this challenge so properly

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

    Positioning element with absolute, this is very challenging cause you must make sure everything is good looking in Desktop, Tablet, or Mobile,

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

    Any tips or idea of improving of my challenge. i'm ready to use it into my next project

  • Submitted


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

    can make responsive page, make everything good in Desktop, Tablet and Mobile. just with some basic CSS technology. I would like to improve it with new modern technology of css.

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

    when arrange an element, sometime i'm using css trips like border: 1px solid #ccc, this is helpful and thinks everything in a website like a box.

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

    Any help of using a new technology especially for web development, feel free to comment and i will using it into my next project

  • Submitted


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

    this is my first time using CSS Grid, and transform from flexbox into grid with a help css media queries

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

    when using grid, we must know how much column and row we needed and with help from inspect element in browser, we can know the grid system and how to positioning element

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

    If anything new or tips or trick especially with CSS Grid, let met know and i will apply into next challenge

  • Submitted


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

    change the unit from px with rem. (1 rem equally 16px)

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

    any of tips and idea how to improve responsive, other than typography

  • Submitted


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

    Flexbox and so helpful when design for Mobile-First design. and with media screen only a few code to make it responsive

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

    add animate with css, easy with transition. to make smooth movement from desktop design to mobile design

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

    I'm open for reviews and suggestions.

  • Submitted


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

    Flexbox is amazing tools that helps arranges an item inside the container.

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

    To side by side an item inside container. using with flexbox

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

    For responsive font , need more explanation using css function

    .title-blog {
      ....
      font-size: clamp(24px, 2.5vw, 28px);
      ....
    }
    
  • Submitted


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

    can center an element with only help of margin auto, learn with flexbox technology to

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

    none