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?

    • With the next project I will try to identify all similarities and differences between the elements and try to style them in a single rule, where possible. It could reduce the amount of editing of css file in a long way. After I've made my last commit, I've deleted another 25-30 unused lines of code.

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

    There was different challenges I've encountered and all of them was funny to overcome. For example:

    • Creating borders for the table without setting its border-collapse set to collapse property. It does not work then.

    • When I used line-indent on the list-item text within this item is getting moved to the given direction, however the next line of the text starts a bit left from the first line. I've tried several properties, but the only way I've achieved desired results was setting padding-left: 1rem on element. Jap, so easy.

    • On the desktop and mobile version the image is looks differently. Mobile uses the full width of the page, where desktop version encloses it within a parent element and applies border-radius on it and so on. Solution I've used here is two different images with display properties set to hidden when needs one, and revealing it when it needs.

    Overall it was very interesting challenge to overcome

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

    Always excited about writing semantic HTML and CSS classes naming conventions. I will welcome any feedback regarding these.

  • Submitted


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

    Always forgetting to set 100vh on the parent element for centering a child.

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

    Always forgetting to set 100vh on the parent element for centering a child. Tried another (css grid) centering system. Works good as well. But still decided to stick to flexbox.

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

    Take a deeper look at grid system and position: sticky;.

  • Submitted


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

    Everything is outlined in the Updated readme file.

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

    It was really annoying to tweak responsive text without media queries. Need to find a way to make it more effective. The approach was like from 90s. To much manual setup. Or maybe we are just too lazy?!

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

    I am mostly interested in if my html and css semantics are robust enough and is my approach with cal() function good enough for responsive text on the page.

  • Submitted


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

    True vertical alignment is old as the web dev itself and yet something I have to keep in mind. With a flexbox model it is quite easy to make it happen, however I would need more time practicing it. to Be able not to forget. I am most proud of, that it was relative easy for me to understand the figma file and read all the parameters, including shadows. Was fun!

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

    • As mentioned earlier, vertical alignment is something I do forgot.
    • Box model was also ignored, what brings of an Idea to make some kind of default css sheet to work on with each project.
    • Researches on Github pages with its not recognizing the css and images help me to improve and solve few issue with hosting of my another website on github pages.
    • Need to learn a bit more about GAP property

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

    If anyone ever gets to that project, I would love to receive any feedback about how css could be made shorter and cleaner (neater) and have I used the correct elements to layout this component page. Thank you!