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

    @marcel-schmidt-dev

    Submitted

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

    antything in this challenge

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

    validation

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

    none atm

    bialasss 260

    @bialasssek

    Posted

    looks good

    0
  • Fialko91 30

    @Fialko91

    Submitted

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

    I didn't pay much attention to HTML/CSS while doing this assignment. More interested in the JS part

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

    lack of access to the layout, because of this I did some things by eye

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

    not any

    bialasss 260

    @bialasssek

    Posted

    very nice

    0
  • @fmanimashaun

    Submitted

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

    I like implementing the grid in the tablet view to follow the design layout.

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

    The grid items' alignment was somehow strange as it is opposite to the alignment implementation in Flexbox.

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

    nope

    bialasss 260

    @bialasssek

    Posted

    really nice

    0
  • P

    @IamLeslieClaussen

    Submitted

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

    Being able to apply the grid

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

    working through the root

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

    grid

    bialasss 260

    @bialasssek

    Posted

    sizing little bit off like font but very nice tho

    0
  • @FrankHukka

    Submitted

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

    Mostly I am proud of the mobile page I made using media query. It was a fun experiment that ended up working just like I intended.

    @media only screen and (max-width: 480px) {
        body {
            margin: 0;
        }
    
        main {
            width: 100%;
            margin: 0px;
            border-radius: 0%;
            padding: 0 0 30px;
        }
    
        img {
            display: block;
            border-radius: 0%;
            margin: 0;
            width: 100%;
            height: auto;
        }
    }
    

    Next time I would try to shorten the style.css, as it got quite long.

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

    First I had problems with getting the main element to display properly. The problem was solved when I realised I had set the page height too small.

    The next major problem was with the mobile page. I couldn't get the image to display at the top of the page, but ultimately I just had to tweak padding and margins a bit.

    bialasss 260

    @bialasssek

    Posted

    very nice

    0
  • bialasss 260

    @bialasssek

    Posted

    the sizing is slightly off but still very nice

    0
  • thofelix6 40

    @thofelix6

    Submitted

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

    the responsive of my design

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

    to Add that kind of solid black shadow for the card

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

    About size of my card

    bialasss 260

    @bialasssek

    Posted

    to center the image do not use position absolute i would rather use flex or sth like thatbody { min-height: 100vh; display: grid; place-items: center; }

    0
  • Amauri 30

    @amauricoder

    Submitted

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

    Very simple solution to the challenge. A great study opportunity.

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

    I encoutered challenges with varaibles. But it was ok.

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

    Improve to be as closer as possible to the original.

    bialasss 260

    @bialasssek

    Posted

    very nice

    0