Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
22
Comments
22
MordenWebDev
@MordenWebDev

All comments

  • lndbgaa•270
    @lndbgaa
    Submitted over 2 years ago

    My Four Card Feature Section Solution Using Grid

    2
    MordenWebDev•500
    @MordenWebDev
    Posted over 2 years ago

    there is a property call box shadow. with that you will be able to bring shadow to your design.

    yourcard {
      box-shadow: 5px 10px rgba(255,255,255,.1);
    }
    

    i hope this might helped you

    Marked as helpful
  • renan•50
    @RenanGuapyassu
    Submitted over 3 years ago

    Responsive page using Flexbox properties

    1
    MordenWebDev•500
    @MordenWebDev
    Posted over 3 years ago

    you are specifying height for the grid so it will not be able to grow according to the content. if you remove the height from grid class it will fix the issue . remove height form grid class in media query also it will fix the issue for mobile. it will be responsive.

  • Alonso•70
    @ajc98
    Submitted over 3 years ago

    3 Column Preview - Alonso

    1
    MordenWebDev•500
    @MordenWebDev
    Posted over 3 years ago

    use html for structure CSS for styling js for functionality

    don't use inline CSS it is not best practice. there are many things need to be changed..

  • Mohammad•60
    @Itsmoe16
    Submitted over 3 years ago

    clipboard-landing-page-master solution

    1
    MordenWebDev•500
    @MordenWebDev
    Posted over 3 years ago

    button should have some padding so that it have space around the text. And in super charge workflow section the one image is missing from the center div . font size is big for paragraph. there should be some spacing between image and content. over all nice job.

    Marked as helpful
  • Mahnoor Khan•435
    @mahnoork18
    Submitted over 3 years ago

    Ping coming soon page

    2
    MordenWebDev•500
    @MordenWebDev
    Posted over 3 years ago

    media query need to be adjusted because you are not using device screen space properly. even in the 1366px it goes to mobile design.

  • Débora Paiva•50
    @deborapaiva
    Submitted over 3 years ago

    NFT preview card component CSS + HTML

    1
    MordenWebDev•500
    @MordenWebDev
    Posted over 3 years ago

    nice job, hover state are missing. if it is there it will be nice.

  • Jociel•90
    @jsmeyring
    Submitted over 3 years ago

    Order-Summary with simple HTML and CSS

    2
    MordenWebDev•500
    @MordenWebDev
    Posted over 3 years ago

    image will show in live server but when u access the site without the live server the image will not load. to fix this issue remove "/" from the starting of image source. your code: <img src="/images/illustration-hero.svg" alt="Music Hero">

    use this where "/" is not in starting of source.

    <img src="images/illustration-hero.svg" alt="Music Hero">
    Marked as helpful
  • Excel!•70
    @trillionclues
    Submitted over 3 years ago

    Responsive Fylo landing page

    1
    MordenWebDev•500
    @MordenWebDev
    Posted over 3 years ago

    footer section need some improvement. and the links in the footer as so left. Sticking to the edge.

  • Abdihafid Adan•780
    @Abdul400
    Submitted over 3 years ago

    single price grid component made with html and css

    1
    MordenWebDev•500
    @MordenWebDev
    Posted over 3 years ago

    why us section is not para it is a list. you can make it similar to design by making it as list. nice job on overall design.

    Marked as helpful
  • Angelo Barbarulo•280
    @Jorahhh
    Submitted over 3 years ago

    NFT preview card

    2
    MordenWebDev•500
    @MordenWebDev
    Posted over 3 years ago

    nice job. you can see that the 3day left is taking new line. you can fix this by removing ul in the sub2 and making it as display flex. this code will help you to align items.

    ie) in html

    <div class="sub2"> <div class=""><img src="images/icon-ethereum.svg" alt="">0.041 ETH</div> <div class=""><img src="images/icon-clock.svg" alt="">3 days left </div> </div> css style:

    .sub2{ display: flex; justify-content: space-between; align-items: center;

    }

    it will be aligned in one line and you can give some margin for the image. so the is little space between image and text.

    Marked as helpful
  • MordenWebDev•500
    @MordenWebDev
    Submitted over 3 years ago

    ping-coming-soon-page with flexbox

    #accessibility#foundation
    2
    MordenWebDev•500
    @MordenWebDev
    Posted over 3 years ago

    @skyv26 can you suggest best recourses for grid for learn . I am having some doubt

  • Kevin Kamau Mwororo•40
    @mwororokevin
    Submitted over 3 years ago

    3 Column Preview Card Component Challenge Hub

    1
    MordenWebDev•500
    @MordenWebDev
    Posted over 3 years ago

    id must be unique, don't use same id for multiple element. it is not best practice use class instead of id.

  • Helmer302•110
    @Helmer135
    Submitted over 3 years ago

    Responsive Preview Card Component

    1
    MordenWebDev•500
    @MordenWebDev
    Posted over 3 years ago

    you can make them both to appear by using this

    .topimg:hover .mask, .topimg:hover .viewicon { opacity: 1; }

    and reduce the mask color opacity so the background image will be visible don't forget to adjust the height of mask;

    Marked as helpful
  • Une•40
    @Unomars4
    Submitted over 3 years ago

    Responsive Order summary component using CSS, HTML

    2
    MordenWebDev•500
    @MordenWebDev
    Posted over 3 years ago

    nice job, you can see the background gets repeated you can fix the repeated background by using background-repeat: no-repeat; so that the background does not repeat

  • K•10
    @boredcodebyk
    Submitted over 3 years ago

    NFT Preview Card Component

    1
    MordenWebDev•500
    @MordenWebDev
    Posted over 3 years ago

    nicely done, hover state is missing from the design. if you add it will be nice.

  • Dipendra kumar kushiyat•50
    @W0LvErine93
    Submitted over 3 years ago

    Creating first project NFT card using HTML css

    2
    MordenWebDev•500
    @MordenWebDev
    Posted over 3 years ago

    you just uploaded the image . I think you should build this component using html and css. not just uploading image in html.

  • Dolapo•160
    @Adezayn
    Submitted over 3 years ago

    Responsive column card using CSS Flexbox

    2
    MordenWebDev•500
    @MordenWebDev
    Posted over 3 years ago

    in differnent screen size each div Hight is varying to fix that issue remove the align-items form main. so the divs will be in same height and it will work.

    Marked as helpful
  • Njabz-1•250
    @Njabz-1
    Submitted over 3 years ago

    Stats Preview Component

    1
    MordenWebDev•500
    @MordenWebDev
    Posted over 3 years ago

    you can fix the image by removing removing "/" from the image source.

    ie) <img src="images/image-header-desktop.jpg">

    Marked as helpful

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