Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
7
Comments
7

nilmus

@nilmus100 points

I’m a mysterious individual who has yet to fill out my bio. One thing’s for certain: I love writing front-end code!

Latest solutions

  • Testimonials Grid Section

    #sass/scss

    nilmus•100
    Submitted 7 months ago

    I couldn't really mirror the design's wide margin around the grid, in the desktop view, because when I tried increasing the margin, the grid overflowed


    1 comment
  • Four card feature section


    nilmus•100
    Submitted 8 months ago

    I really struggled with this one.

    For the desktop card layout, I used grid and specified the position of each card, but this feels hacky, is there a better way?

    It was also my first time using BEM and I'm not sure I did it right.


    1 comment
  • Product Preview Card Component


    nilmus•100
    Submitted 8 months ago

    This was my first responsive design ever, so any feedback on responsiveness is appreciated.

    One thing regarding fluid typography: when using clamp() I'm just going through trial and error to figure out values that look good, is there a better approach?


    1 comment
  • Recipe Page


    nilmus•100
    Submitted 8 months ago

    I gave up at adhering to the mobile design because I had no idea how to make the padding of only the top image disappear on smaller screens. Any clue is highly appreciated.


    1 comment
  • Social Links Profile


    nilmus•100
    Submitted 8 months ago

    The challenge "Ideas to test yourself" section includes:

    "Ensure visitors can navigate the links only using their keyboard."

    I don't know how to do that


    1 comment
  • Blog Preview Card


    nilmus•100
    Submitted 8 months ago

    The challenge page includes this prompt:

    "The font sizes in this project are slightly smaller in the mobile layout. Find a way to reduce font size for smaller screens without using media queries."

    But I don't know how to do that.


    1 comment
View more solutions

Latest comments

  • Bruno514•100
    @Bruno514
    Submitted 7 months ago
    What specific areas of your project would you like help with?

    I would really aprecciate some feedback on my CSS class naming using BEM, as I'm still new to it.

    Responsive Testimonial Grid

    #bem#sass/scss
    1
    nilmus•100
    @nilmus
    Posted 7 months ago

    Much better than my solution, I don't think I'm in the position to give feedback

  • CoolNight99•440
    @CoolNight99
    Submitted 8 months ago
    What specific areas of your project would you like help with?

    I'm not sure how to get the intro headings to fit the screen on the mobile design.

    Four card feature selection using flexbox

    1
    nilmus•100
    @nilmus
    Posted 8 months ago

    I would focus on writing semantic HTML, instead of over-relying on div. Also, don't forget the alt attribute for images.

  • Yosef Hayim•210
    @YosefHayim
    Submitted 8 months ago

    Product preview card component

    2
    nilmus•100
    @nilmus
    Posted 8 months ago

    I see that to switch from the mobile-image to the desktop-image, you used display: none inside your media query.

    This works, but note there is a better solution by using the figure element and giving it an img and a source, like so:

    <figure
        <source
            media="(min-width: 1024px)"
            srcset="images/image-product-desktop.jpg"
        />
        <img
            class="product-image"
    	src="images/image-product-mobile.jpg"
    	alt="perfume image"
        />
    />
    
    Marked as helpful
  • Nalish•40
    @Nalish
    Submitted 8 months ago
    What challenges did you encounter, and how did you overcome them?

    My main challenge was integrating the fonts that were provided.I ended up working with the default font .

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

    I would really appreciate insight on working with fonts especially when the font folder is already provided. I would also love to learn how. to style the table.

    A recipe page

    1
    nilmus•100
    @nilmus
    Posted 8 months ago

    You can use @font-face to apply the provided fonts. MDN reference

  • Kishore Kongani•60
    @laxmikishore13
    Submitted 8 months ago
    What specific areas of your project would you like help with?

    I need help with whether the structure i am following is good for css and html, and any code improvements should i do?

    Social links Profile using HTML and CSS

    2
    nilmus•100
    @nilmus
    Posted 8 months ago

    Great job on the final result, it looks just like the design.

    Some things you could improve are:

    • you have not used <a> elements for the links
    • using a list element is preferred for a list of links, rather than the button elements you used
    • you could use semantic HTML instead of relying on div
    • in the CSS, instead of having a huge selector of h1, h2, h3, h4, h5, h6, p you could just apply those properties to the body selector
  • Kalyan TR•40
    @tr-Kalyan
    Submitted 8 months ago
    What are you most proud of, and what would you do differently next time?

    Used my experience from previous project.

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

    Alignment of author image which is svg file and the name

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

    Any suggestion to improve the readability of the code.

    Blog Preview Card

    1
    nilmus•100
    @nilmus
    Posted 8 months ago

    You could use a wider range of semantic tags, rather than only using <section>. For example: <header>, <footer>...

View more comments
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