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

  • @Willedwest

    Posted

    Nice work Lonrom. Just want to share this helpful tip with you.

    You can do more with the flexbox property. you can make your content all stay in a row by just using this CSS property.

    .content{
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    0
  • @Willedwest

    Posted

    Thank you very much Deniel, I really appreciate this ED-Infos.

    0
  • @JimmyJimenez2400

    Submitted

    Finding difficult to implement hamburger menu as well as mobile. I am unsure about the ways I could of handled this better, do I use height for all divs so it can be even or how? Any recommendations or resources that can help me understand will be appreciated.

    @Willedwest

    Posted

    Hi there, you can implement the hamburger menu by using the img element tag, or are you asking how you can make the menu function, by opening and closing? which can only be done by implementing javascript into your work. not all your divs will have an equal height of course because you're using divs for elements and reason.

    0