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

Mayen

@Mayen007440 points

Crafting code by day, breaking it by night. Building the web, one bug fix at a time. 🚀

I’m currently learning...

Javascript

Latest solutions

  • Intereactive Pricing Component

    #accessibility

    Mayen•440
    Submitted 7 months ago

    How to rearrange the pricing part as per the mobile design while keeping the desktop design intact.

    Any other feedback is welcomed!


    1 comment
  • Intro Component With Signup Form


    Mayen•440
    Submitted 7 months ago

    0 comments
  • Pricing Component With Toggle

    #accessibility

    Mayen•440
    Submitted 8 months ago

    0 comments
  • News Homepage

    #bootstrap#accessibility

    Mayen•440
    Submitted 8 months ago

    0 comments
  • Tip Calculator App

    #accessibility#pure-css

    Mayen•440
    Submitted 9 months ago

    0 comments
  • Article Preview Component

    #sass/scss#accessibility

    Mayen•440
    Submitted 9 months ago

    I would like to get help on working with SCSS and how to get a better looking "arrow" for the share button.

    Any other feedback is welcomed.


    1 comment
View more solutions

Latest comments

  • Sara-Mousa•120
    @Sarah-Mousa
    Submitted 8 months ago
    What are you most proud of, and what would you do differently next time?

    This time, I managed to focus on everything I've learned before especially JS code, it took time but I could do it.

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

    JavaScript actions weren't that easy for me, but I wasn't in a hurry. I spent the time needed to finish it.

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

    How to think well to write a JS code.

    Newsletter-sign-up form

    #accessibility
    1
    Mayen•440
    @Mayen007
    Posted 7 months ago

    Hey! Your project turned out great. Try changing the background to match the design.

  • Vee•20
    @veesesh
    Submitted 7 months ago
    What are you most proud of, and what would you do differently next time?

    ff

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

    fff

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

    ff

    gtg

    #accessibility#angular#angular-material#express#animation
    1
    Mayen•440
    @Mayen007
    Posted 7 months ago

    Hey, can you retry submitting your project?

  • Shikur•160
    @shikurassefa
    Submitted 9 months ago
    What are you most proud of, and what would you do differently next time?

    the most proud of is keep going forward.for the next time i will finish my css coding journey on frontend mentor.

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

    when i design for the desktopview i cant code like the given design. i need help also

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

    as i mentioned above i need help on desktopview

    Results-Summary-Component using flex and grid css techniques

    1
    Mayen•440
    @Mayen007
    Posted 9 months ago

    Great work so far! To better align the desktop design with the intended layout, consider reworking the container structure. Currently, using two separate containers is fine, but introducing a parent container will help unify the layout and match the design more closely.

    Here are two approaches you can take:

    Media Queries: Use a parent container to define a default layout (e.g., for mobile) and adjust it for desktop using media queries. For instance:

    .parent-container {
        display: flex;
        flex-direction: column; /* Mobile layout */
    }
    
    @media (min-width: 768px) {
        .parent-container {
            flex-direction: row; /* Desktop layout */
        }
    }
    

    Flex-wrap: If using flex-wrap, the parent container can automatically adjust the child elements to stack or align as needed:

        .parent-container {
            display: flex;
            flex-wrap: wrap;
        }
    

    Both methods ensure the design transitions seamlessly between layouts while maintaining a cohesive structure. This will not only simplify your CSS but also make the layout more responsive and easier to manage!

  • P
    Cosmin Buzuloiu•60
    @cbuzuloiu
    Submitted 9 months ago

    Blog Previe Card

    1
    Mayen•440
    @Mayen007
    Posted 9 months ago

    Your project looks fantastic—well done!

    A few things for your consideration:

    1. Using semantic HTML could enhance your code's structure and accessibility.
    2. Switching to responsive units for your containers can improve adaptability across screen sizes. Keep up the great work!
    Marked as helpful
  • EliasSekandaR•50
    @EliasSekandaR
    Submitted 9 months ago
    What are you most proud of, and what would you do differently next time?

    I am proud that I finished this project in 1 hour and I am excited to do more project in coming days.

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

    the challenges I faced was;

    1. to import fonts to the CSS which I used "@font-face".
    2. I forgot how to create variables in CSS, I searched it and found out how to create and call Variables in CSS. I used variables for initializing colors in this project.
    What specific areas of your project would you like help with?

    Inter font .ttf file has long name with special characters which cause for "@font-face" to not work.

    SOCIAL LINKS PROFILE MAIN

    2
    Mayen•440
    @Mayen007
    Posted 9 months ago

    Your @font-face declaration looks fine, but ensure the .ttf file name matches exactly, and there are no special characters in the file name. If the current file name is long or has special characters, consider renaming it to Inter-Regular.ttf. Also, double-check that the file path ./assets/fonts/static/Inter-Regular.ttf is correct relative to your CSS file.

    Marked as helpful
  • Zeey76•200
    @Zeey76
    Submitted 9 months ago

    Contact Form

    1
    Mayen•440
    @Mayen007
    Posted 9 months ago

    Great work!

View more comments

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