Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
30
Comments
238
Fidel Lim
@fidellim

All comments

  • Petabyte•190
    @peta-8-bit
    Submitted over 2 years ago

    Respinsive Product Preview Card using HTML and CSS

    3
    Fidel Lim•2,775
    @fidellim
    Posted over 2 years ago

    Hi @Petabyte,

    Congrats on finishing the project!

    To remove the white background color below your image, you could just set your image tag as a block.

    .image img {
        display: block;
        width: 300px;
        border-radius: 10px 0px 0px 10px;
    }
    

    The code above should fix that issue.

    If you are also interested in removing the warning on your accessibility report, you can add this block of code:

    <div class="attribution">
        Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. 
        Coded by <a href="https://www.frontendmentor.io/profile/peta-8-bit">Petabyte</a>.
      </div>
    

    inside a <footer> tag.

    Let me know if it works!

    Marked as helpful
  • Kate Dames•250
    @funficient
    Submitted over 2 years ago

    Basic webpage with QR code using CSS flexbox

    2
    Fidel Lim•2,775
    @fidellim
    Posted over 2 years ago

    Hi Kate,

    Congrats on your first Frontend Mentor challenge!

    Just as a suggestion regarding the accessibility report, you can fix that by adding semantic tags such as <section> or <main>. Inside the tag, you can include everything you have written inside your <body> tag.

    You can further have a look at semantic tags here

    Then, you can resubmit your project to check if the warnings are gone.

    Hope it helps!

  • Maciej Poznański•210
    @macpoz
    Submitted over 3 years ago

    Social proof section solution with Stylus

    1
    Fidel Lim•2,775
    @fidellim
    Posted over 3 years ago

    Hi @macpoz,

    Great job finishing the project! It looks great on desktop and mobile devices. Well done! :)

  • Artem Khasin•220
    @khasTema
    Submitted over 3 years ago

    Order summary block built with flex-box

    2
    Fidel Lim•2,775
    @fidellim
    Posted over 3 years ago

    Hi @khasTema,

    Great job finishing your first project in Frontend Mentor! It looks great on desktop and mobile devices. You can have a look at your report to get an idea of some issues (accessibility/HTML) you could fix! Well done!

  • Art•420
    @Art-wdt
    Submitted over 3 years ago

    Intro component with Bootstrap

    1
    Fidel Lim•2,775
    @fidellim
    Posted over 3 years ago

    Hi @Art-wdt,

    Great job finishing the project! It looks great on desktop and mobile devices. I like it. Well done! You can implement the form validation using JS next time once you are learning it. Also, you can have a look at your report to have an idea of what other issues you could fix. :)

    Marked as helpful
  • othman•120
    @othmanbenhamdoune
    Submitted over 3 years ago

    profile card component challenge

    1
    Fidel Lim•2,775
    @fidellim
    Posted over 3 years ago

    Hi @othmanbenhamdoune,

    Great job finishing the project! You can try adding the two circles to your background to challenge yourself. Also, it is included in the design. This will be great practice!

    Marked as helpful
  • Tariqul Huda•140
    @Tariqul-huda
    Submitted over 3 years ago

    3 column preview card

    1
    Fidel Lim•2,775
    @fidellim
    Posted over 3 years ago

    Hi @Tariqul-huda,

    You can learn Semantic tags with these links: MDN and w3schools.

    To increase mentor score, you can give feedback to other develops by commenting on their work (challengers they did). You could also finish challenges. You can a specific point depending on the difficulty of the challenge.

    Marked as helpful
  • Kwame Obeng Yeboah•60
    @Nana-Kwame247
    Submitted over 3 years ago

    Order Summary Component

    2
    Fidel Lim•2,775
    @fidellim
    Posted over 3 years ago

    Hi @Nana-Kwame247,

    Great job finishing the project! It looks great on desktop and mobile devices. Some suggestions I would like to share are of the following:

    • you can put the background image in an img tag instead and set the width to 100% so that there are no spaces left.
    • you can add some margin on your component so that there is some space in mobile view.
    • you can add align-items: center; on the .payment-plan class so that the music icon does not look stretched.
    • you can add this code to your component so that it does adapt to the screen width when it decreases:
    .hero-image {
        max-width: 28rem;
        width: 100%;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
    

    I hope these help :)

  • MarkFalcutila•130
    @markfalcutila
    Submitted over 3 years ago

    CSS, FLEXBOX

    1
    Fidel Lim•2,775
    @fidellim
    Posted over 3 years ago

    Hi @markfalcutila ,

    Great job finishing the project! It looks great on desktop and mobile devices. Some suggestions I would like to share are of the following:

    • you don't need to include attribute type on the button tag especially when the type is empty.
    • you can include h2-h6 elements inside a section element.

    I hope this helps :)

    Marked as helpful
  • Nabil-Y•150
    @Nabil-Y
    Submitted over 3 years ago

    Social Proof Section

    1
    Fidel Lim•2,775
    @fidellim
    Posted over 3 years ago

    Hi @Nabil-Y,

    Great job finishing the project! It looks great on desktop and mobile devices. There is just something weird with the layout of your testimonials between 807px and 1310px. Other than that it looks great! Well done :)

    Marked as helpful
  • Stygan•260
    @JavierMusso
    Submitted over 3 years ago

    Responsive design, done fast!

    1
    Fidel Lim•2,775
    @fidellim
    Posted over 3 years ago

    Hi @Stygan,

    Great job finishing the project! It looks great on desktop and mobile devices. Well done :)

  • leonardo reis•290
    @leonardo9245
    Submitted over 3 years ago

    sunnyside-agency-landing-page-main

    2
    Fidel Lim•2,775
    @fidellim
    Posted over 3 years ago

    Hi @leonardo9245,

    Great job finishing the project! It looks great on desktop and mobile devices. Some suggestions I would like to share are of the following:

    • you can add cursor: pointer on your logo as it is usually a link to your home page.
    • you can add some hover and active effects on other interactive elements.

    I hope these help :)

    Marked as helpful
  • saykeed•110
    @saykeed
    Submitted over 3 years ago

    i used css and bootstrap columns

    1
    Fidel Lim•2,775
    @fidellim
    Posted over 3 years ago

    Hi @saykeed,

    Great job finishing the project! It looks great on desktop and mobile devices. Some suggestions I would like to share are of the following:

    • you can add some padding on your footer during the mobile view to more space on its content
    • you can expand the background image of the landing page as its width is not 100%
    • you can have a look at your report to have a look at issues you can improve on

    I hope these help :)

    Marked as helpful
  • Rafael Khachikian•630
    @rafo38kh
    Submitted over 3 years ago

    Huddle Landing Page with SCSS, BEM, and CSS Flexbox

    1
    Fidel Lim•2,775
    @fidellim
    Posted over 3 years ago

    Hi @rafo38kh,

    Great job finishing the project! It looks great on desktop and mobile devices. Well done!

    Marked as helpful
  • Antonius Copeland•90
    @letyoursoulglo
    Submitted over 3 years ago

    Base Apparel Coming Soon with HTML CSS Javascript

    1
    Fidel Lim•2,775
    @fidellim
    Posted over 3 years ago

    Hi @letyoursoulglo,

    Great job finishing the project! You might have a look at your project as it is not responsive for 1400px and above. I thought there was some bug but it should be some CSS error. I hope it helps :)

  • Stygan•260
    @JavierMusso
    Submitted over 3 years ago

    Full responsive, using GRID.

    1
    Fidel Lim•2,775
    @fidellim
    Posted over 3 years ago

    Hi @Stygan ,

    Great job finishing the project! It looks great on desktop and mobile devices. Well done :)

  • Sami Ullah•10
    @samiUllah1526
    Submitted over 3 years ago

    Order summery card using flex and raw css

    1
    Fidel Lim•2,775
    @fidellim
    Posted over 3 years ago

    Hi @samiUllah1526,

    Great job finishing the project! It looks great on desktop and mobile devices. Some suggestions I would like to share are of the following:

    • you can add a margin to your component so that it has some breathing room when it is in mobile view.
    • Heading tags are not in order. This is important for assistive technology users to navigate the website. Make sure not to skip a heading tag. For instance, if you have h3, there must be h2, and h1 within your markdown.
    • image tags cannot have a type. <img type=icon src=./images/icon-music.svg> you should remove type on this code. Don't forget to add some alt property too.

    I hope these helps :)

    Marked as helpful
  • HualDev•850
    @HualDev
    Submitted over 3 years ago

    Card Component using Flexbox

    1
    Fidel Lim•2,775
    @fidellim
    Posted over 3 years ago

    Hi @Hualdop,

    Great job finishing the project! You might want to adjust the media query of your component as there are instances wherein the component doesn't fit the screen width. Also, try to integrate some semantic tags on your HTML file. This will help you understand what the markdown does. So, if you want to have a look at your code later on, you will be able to understand it easily. I hope these help :)

    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