Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
11
Comments
25
Haziq
@zyq-m

All comments

  • Amexwell•10
    @Amexwell
    Submitted about 3 years ago

    challenge

    3
    Haziq•320
    @zyq-m
    Posted about 3 years ago

    MCM HACKER SIAKKK

  • MuazAzman•10
    @MuazAzman
    Submitted about 3 years ago

    Sifu Haziq

    4
    Haziq•320
    @zyq-m
    Posted about 3 years ago

    Hillary Clinton must crying af watching this work.

  • Harith Ali•10
    @hrithql
    Submitted about 3 years ago

    3 boxes challenge

    3
    Haziq•320
    @zyq-m
    Posted about 3 years ago

    Boek do sifuuu

  • MuazAzman•10
    @MuazAzman
    Submitted about 3 years ago

    Sifu Haziq

    4
    Haziq•320
    @zyq-m
    Posted about 3 years ago

    Boek dooo sifuuuuuu. Kipidap dong kebabbbbb

  • Haziq•320
    @zyq-m
    Submitted almost 4 years ago

    Responsive landing pages with vanila js, scss and BEM

    2
    Haziq•320
    @zyq-m
    Posted almost 4 years ago

    Hi Raymart Pamplona, thanks for reviewing my codes. I appreciate it. Thanks also for the suggestion. I've learned a lot new things from you. Thank you again!!

  • faiyaz rahman•260
    @faiyaz-rahman13
    Submitted almost 4 years ago

    Html css and bootstrap solution of otestimonial grid

    4
    Haziq•320
    @zyq-m
    Posted almost 4 years ago

    Hi Faiyaz.

    Congrats on completing the challenge. Here my few a opinions.

    • learn css grid and flexbox because it is useful for responsive design
    • having a strong basic of css. This will help you in making better decisions.
    • try to write css by your own instead using libraries. This is a great practice in understanding the css

    Feel free to take a look at my solution. I've completed this challenge.

    Happy coding.

  • Junaid•50
    @junaid0770
    Submitted almost 4 years ago

    Responsive Social Proof section using css

    1
    Haziq•320
    @zyq-m
    Posted almost 4 years ago

    Hi Junaid.

    Congrats for completing this challenge. I notice that a few mistake in your code.

    • body does not need color
    • set body 's height eg: body { height: 100vh; }
    • center the main by doing this simple line of code body { display: grid; place-items: center; height: 100vh; }
    • background image should not be in main instead it should be in the body
    • you should set the max-width of main so that your content does not stretch after 1440px view

    For better understanding you can refer to my code. I've done this challenge.

    Happy coding!!

  • Mario Hernandez•180
    @Ryoma1512
    Submitted almost 4 years ago

    Desktop-First using HTML and Flexbox

    2
    Haziq•320
    @zyq-m
    Posted almost 4 years ago

    Hi Ryoma.

    Well done. You completed the challenge. It was close to design. I notice that your container does not centered well. Here my tips for fix this:

    • remove width of the body instead put the height height: 100vh;
    • center container using grid body { display: grid; place-items: center; }

    I think that's it. Feel free to take a look at my code. I've done this challenge.

    Almost forgot. Here my tips on responsive design:

    • go for mobile first then desktop
    • use media queries
    • be familiar with flexbox and css grid

    Feel free to watch this https://www.youtube.com/watch?v=0ohtVzCSHqs&t=270s

    Happy coding!!

    Marked as helpful
  • Dhiya Kellouche•70
    @proXDhiya
    Submitted almost 4 years ago

    Stats preview card component using grid and flex responsive

    2
    Haziq•320
    @zyq-m
    Posted almost 4 years ago

    Hi Dhiya.

    Well done buddy the design was close. Here you can set the width of box thus it looks so close to design.

    max-width: 69.3125rem;

    Also your right-box image does not blended properly. Feel free take a look at my code to find your answer.

    Happy coding.

    Marked as helpful
  • Quentin ZIMMER•10
    @QuentinZimmer
    Submitted almost 4 years ago

    Responsive order summary component with flexbox

    2
    Haziq•320
    @zyq-m
    Posted almost 4 years ago

    Hi Quentin.

    Well done buddy. That was close to design. I notice that your order_summary is not centered well. You forgot to set the height of the body. You can fix this by:

    • set the height of body body { height: 100vh; }
    • remove margin-top of order_summary

    That's it. Happy coding!!

  • Sonndy Exantus•60
    @sonndy
    Submitted almost 4 years ago

    Mobile first workflow, CSS Grid and Flexbox

    1
    Haziq•320
    @zyq-m
    Posted almost 4 years ago

    Wow it was close to the design. Great job buddy!! I notice that your main is not centered. You can fix this by using grid. Write this simple line in your body tag.

    body { display: grid; place-items: center; }

    Happy coding!!

    Marked as helpful
  • sa'ed ayman•0
    @saadayman
    Submitted almost 4 years ago

    used sass and bootstrap5 grid system and flexbox

    1
    Haziq•320
    @zyq-m
    Posted almost 4 years ago

    Wow nice bootstrap site!! I think you need to adjust proper max-width of the card. Also the image should be responsive. Here how you can set a responsive image:

    img { max-width: 100%; height: auto; }

    For better understanding, you can take a look at my code.

    Marked as helpful
  • Jairo Telho Junior•10
    @JairoTelho
    Submitted almost 4 years ago

    VS Code, HTML and CSS.

    1
    Haziq•320
    @zyq-m
    Posted almost 4 years ago

    Great job Jairo!! The card is not centered. You can fix by using flexbox or grid. Feel free to look at my code for better understanding.

    Happy coding

  • Haziq•320
    @zyq-m
    Submitted almost 4 years ago

    Four card section using Flexbox + Sass + BEM

    2
    Haziq•320
    @zyq-m
    Posted almost 4 years ago

    Can someone help me with Html Issue?

  • evilhare•20
    @evilhare
    Submitted almost 4 years ago

    Responsive order summary component using html and vanilla CSS

    3
    Haziq•320
    @zyq-m
    Posted almost 4 years ago

    Wow that was close enough to design. I have a couple of suggestion here.

    If you want your site is close to design, you can change the background-color: hsl(225, 100%, 98%) to background-color: hsl(0, 0%, 100%).

    Then, you should set your max-width of order-summary to max-width: 28.125rem probably.

    Happy coding evilhare!!

    Marked as helpful
  • VInayak D•20
    @VinayakDhamnekar
    Submitted almost 4 years ago

    Frontend Mentor - Stats preview card component solution

    2
    Haziq•320
    @zyq-m
    Posted almost 4 years ago

    Great job buddy!! The design was close enough. For me, you need to set correct max-width and height. You can refer to my solution.

    Have a great day. Happy coding.

    https://www.frontendmentor.io/solutions/responsive-page-using-sass-flexbox-NQ56cmvX9V

  • Carlos E Alford•285
    @webshuriken
    Submitted almost 4 years ago

    Profile card built with Semantic HTML 5, SASS and CSS

    1
    Haziq•320
    @zyq-m
    Posted almost 4 years ago

    Sass is amazing technology to use. Once you use it you will never go back to pure css. Hahaha. In my opinion, you need to center your card properly. Feel free to take look at my solution.

    Happy coding Carlos!!

    https://www.frontendmentor.io/solutions/static-site-using-sass-and-bem-48zKADcKc

  • Stephane Jean•360
    @distephano30
    Submitted almost 4 years ago

    Stats Preview Card components with html and CSS

    1
    Haziq•320
    @zyq-m
    Posted almost 4 years ago

    Wow the design was close enough. Just need to adjust the max-width and height of card, add some overlay on the image. If you don't mind, take a look at my solution.

    Happy coding Stephane!!

    https://www.frontendmentor.io/solutions/responsive-page-using-sass-flexbox-NQ56cmvX9V

    Marked as helpful
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub