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

Mohamed ashrf

@x-mohamed25Egypt340 points

cina KSIU university🤴‎‏ “Ai Eng”🔥 #25/5/2005

I’m currently learning...

🎯 Currently learning and exploring: - 🔹 Python (for automation and AI projects) - 🔹 HTML + CSS (building responsive web layouts) - 🔹 C++ and Object-Oriented Programming (OOP) - 🔹 Logical problem solving - 🔹 AI-related topics including - Machine Learning - Deep Learning -Image Processing

Latest solutions

  • Responsive Crowdfunding Page with Modal & JavaScript Logic


    Mohamed ashrf•340
    Submitted 23 days ago

    I’d like feedback on my modal JavaScript logic and CSS structure—any tips on improving responsiveness are welcome.


    0 comments
  • Responsive Coming Soon Page using Flexbox and Form Validation


    Mohamed ashrf•340
    Submitted 24 days ago

    I would appreciate feedback on:

    • The accessibility of my form and how to improve it.
    • Better ways to structure and modularize CSS.
    • Improving mobile responsiveness, especially with font scaling.

    0 comments
  • Responsive landing page using Flexbox and mobile-first design


    Mohamed ashrf•340
    Submitted 25 days ago

    I'd appreciate feedback on:

    Improving accessibility, especially with keyboard navigation.

    Best practices for organizing CSS in medium-sized projects.

    Suggestions to reduce code repetition in the mobile menu logic.


    0 comments
  • Responsive multi-page space tourism site using Flexbox and JavaScript


    Mohamed ashrf•340
    Submitted about 1 month ago

    أرغب في الحصول على ملاحظات بخصوص:

    • كيفية تنظيم ملفات المشروع بشكل أفضل.
    • هل يمكن تحسين أداء الموقع عند تحميل الصور والخطوط؟
    • اقتراحات لتطوير التصميم ليتناسب مع الشاشات الصغيرة بشكل أدق.

    0 comments
  • Conference Ticket Generator using Flexbox and Gradient Text Effects

    #cube-css

    Mohamed ashrf•340
    Submitted about 1 month ago

    0 comments
  • 🛒 Product List with Cart using LocalStorage & Responsive Design


    Mohamed ashrf•340
    Submitted about 1 month ago

    I'd like feedback on how to better structure my JavaScript logic and improve mobile responsiveness


    0 comments
View more solutions

Latest comments

  • Mubaraka Kikonyogo•100
    @mubarakik
    Submitted about 2 months ago
    What are you most proud of, and what would you do differently next time?

    I'm most happy how there are multiple tools available to help tailwind ranging from cheat-sheets visual code generators. For example I used Tailwind Shadow Generator to generate the code below while i struggled with creating the shadow for this challenge.

    shadow-[10px_10px_0px_0px_#000000]
    

    From the above, i was able learn that i can easy define a shadow by just adding the shadow css code in []. (I was also using custom css class, before i found the Shadow Generator Tool).

    I also learned the importance of Tailwind’s mobile-first approach to responsive design. Once I understood how to correctly order utility classes like max-w-xs sm:max-w-sm, my layout behaved as expected across screen sizes.

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

    One of the main challenges I encountered was getting responsive layout behavior right using Tailwind's utility classes. Initially, I applied sm:max-w-xs max-w-sm, thinking it would shrink on smaller screens — but the layout behaved unexpectedly. After researching Tailwind’s mobile-first design approach, I realized that unprefixed classes apply to all screen sizes, and prefixed ones override them from the specified breakpoint upwards. Reordering the classes to max-w-xs sm:max-w-sm fixed the issue.

    Also as I mentioned before, another challenge was implementing a custom drop shadow with specific offsets and color. Tailwind’s default shadow-* utilities didn’t offer the precision I needed. I solved this by using the Tailwind Shadow Generator, which helped me visualize and generate the exact shadow values like:

    shadow-[10px_10px_0px_0px_#000000]
    

    These challenges helped me better understand how to use Tailwind's advanced features while staying within its utility-first philosophy.

    Blog Preview Card

    #tailwind-css
    1
    Mohamed ashrf•340
    @x-mohamed25
    Posted about 2 months ago

    Nice job! The structure is clean and matches the original design. One suggestion would be to improve the mobile responsiveness a bit. Keep it up!

  • P
    Luke Butler•90
    @lukecbutler
    Submitted about 2 months ago
    What are you most proud of, and what would you do differently next time?

    I was able to get the web version of this project running very smoothly this time. Next time, I want the mobile version to be better polished.

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

    No real challenges this time, any positioning issues I used position:relative & set the left/top values accordingly.

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

    Developing mobile first.

    Frontend Mentor | Blog Preview Card

    2
    Mohamed ashrf•340
    @x-mohamed25
    Posted about 2 months ago

    Nice job! The structure is clean and matches the original design. One suggestion would be to improve the mobile responsiveness a bit. Keep it up!

  • P
    Huseyn Hajiyev•40
    @hcyvhsyn
    Submitted about 2 months ago

    Blog Preview Card using HTML, CSS, and Flexbox

    #react
    1
    Mohamed ashrf•340
    @x-mohamed25
    Posted about 2 months ago

    Nice job! The structure is clean and matches the original design. One suggestion would be to improve the mobile responsiveness a bit. Keep it up!

  • Innocent-Leo•160
    @Innocent-Leo
    Submitted about 2 months ago

    Blog preview card using HTML and CSS

    1
    Mohamed ashrf•340
    @x-mohamed25
    Posted about 2 months ago

    Nice job! The structure is clean and matches the original design. One suggestion would be to improve the mobile responsiveness a bit. Keep it up!

  • snyder444k•100
    @snyder444k
    Submitted about 2 months ago
    What are you most proud of, and what would you do differently next time?

    I'm mostly proud of my ability to finish this challenge. next time I'm looking forward to spending less time on challenges.

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

    I encountered some viewport challenges but I figured it out through my previous experience of that same problem.

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

    the figma part.

    blog review card using CSS flex-box

    1
    Mohamed ashrf•340
    @x-mohamed25
    Posted about 2 months ago

    Nice job! The structure is clean and matches the original design. One suggestion would be to improve the mobile responsiveness a bit. Keep it up!

    Marked as helpful
  • duy020022•10
    @duy020022
    Submitted about 2 months ago

    CSS,html

    1
    Mohamed ashrf•340
    @x-mohamed25
    Posted about 2 months ago

    Nice job! The structure is clean and matches the original design. One suggestion would be to improve the mobile responsiveness a bit. Keep it up!

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