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 challenges did you encounter, and how did you overcome them?

    I thought if I give z-index : 5 to the "work-section" class and give "negative-margin", it might overlap, but it doesn't work the way I want it to. Please help me

  • Submitted


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

    Creating a reactive web using the basic CSS is complicated and prone to mistakes. You should consider using another CSS.

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

    It's uncomfortable to have to write font-size, padding, etc. differently when switching to tablet and mobile

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

    I hope that the standards are set, and the styles can be easily changed for each responsive branch.

  • Submitted


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

    I'm not used to using the grid to range.

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

    I'm vaguely aware that there is a way to use horizontal and vertical columns to range the grid, but I haven't been able to use it.

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

    There is too much space left under section 1. The only value you specified is padding, but I don't know why there is such a long space left.

  • Submitted


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

    The work is starting to pick up speed.

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

    I had a hard time giving a hover effect, but I overcame it using rgb. I wonder if you've shared any unnecessary tags

  • Submitted


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

    [Consider search engines] The use of the img tag in the html and the use of the background-image in the css were classified according to the purpose. The reason is that we considered whether to include it in the search engine or not. I thought simple icons should not be included.

    [Define classes to reuse the same font style] Classes with the same Font style were defined and reused.

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

    It was my first time using a transition, so it was hard to learn how to use it

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

    I want to make it look more natural

  • Submitted


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

    It is satisfactory to adjust the spacing of the 'li tag' with the text using 'text-indent'.

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

    I didn't know how to adjust the gap between 'li-tag' and text. Hi was placed in the location where you want the gap to be created, and 'visibility: hidden' and 'min-width' were applied to CSS. I don't think the method I chose now is appropriate.

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

    I'd like to know how I can increase the gap between tag and text.

    li::before {
    content : '';
    width : 10px;
    heigth : 10px;
    }
    

    I know the above method, but in case of 'ol > li', it is not considered appropriate.