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

AssadullahADELYAR

@AssadullahADELYAR200 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

  • Responsive coming soon page


    AssadullahADELYAR•200
    Submitted almost 2 years ago

    0 comments
  • HUDDLE | Responsive landing page with alternating feature blocks


    AssadullahADELYAR•200
    Submitted almost 2 years ago

    0 comments
  • Responsive Clipboard Landing Page


    AssadullahADELYAR•200
    Submitted almost 2 years ago

    0 comments
  • Single price grid component


    AssadullahADELYAR•200
    Submitted almost 2 years ago

    1 comment
  • Resposive Profile Card


    AssadullahADELYAR•200
    Submitted almost 2 years ago

    1 comment
  • QR code card


    AssadullahADELYAR•200
    Submitted almost 2 years ago

    0 comments

Latest comments

  • Marius•130
    @Idksomany
    Submitted almost 2 years ago

    Base Apperal Responsive UI (cat de cat)^_^

    #jss
    1
    AssadullahADELYAR•200
    @AssadullahADELYAR
    Posted almost 2 years ago

    Hello!

    Congratulation you have done very well, try to improve your design for medium size you like you can center the h1 tag and increase the size of input.

    for input to remove the white background add background-color: transparent:

    #email-input {
        padding: 1rem 2rem;
        border: 2px solid var(--ds-red);
        outline: none;
        border-radius: 30px;
        width: 60%;
    }
    
    #email-input {
        padding: 1rem 2rem;
        border: 2px solid var(--ds-red);
        outline: none;
        border-radius: 30px;
        width: 60%;
       background-color: transparent;
    }
    

    I hope it is helpful

    Happy coding

  • Nate•160
    @nathansunt
    Submitted almost 2 years ago

    Base Apparel coming soon page

    1
    AssadullahADELYAR•200
    @AssadullahADELYAR
    Posted almost 2 years ago

    Hello!

    Congratulation you have done very well, but for good practice you should not add everything inside the form.

    <form action="#" id="form" class="container">
          <h2>
            WE'RE <span class="coming">COMING SOON</span>
          </h2>
          <p class="text">
            Hello fellow shoppers! We're currently building our new fashion store. 
            Add your email below to stay up-to-date with announcements and our launch deals.
          </p>
          <div class="email-container" id="email-container">
            <input type="email" id="email" class="email-box" placeholder="Email Address">
            <button type="submit" id="submit" class="submit-button"><img src="images/icon-arrow.svg"></button>
          </div>
          <span id="error-text"></span>
        </form>
    

    <form action="#" id="form" class="container">
            <input type="email" id="email" class="email-box" placeholder="Email Address">
            <button type="submit" id="submit" class="submit-button"><img src="images/icon-arrow.svg"></button>
          <span id="error-text"></span>
        </form>
    

    for input and button you don't need to add a class you can style with id.

    I hope it is helpful

    Happy coding

    Marked as helpful
  • Mahmoud Essam Mourad•1,110
    @mahmoudessam16
    Submitted almost 2 years ago

    SASS + HTML + JS

    1
    AssadullahADELYAR•200
    @AssadullahADELYAR
    Posted almost 2 years ago

    Hello!

    Great job it looks very good in small screen, but in desktop view not the same as challenge.

    To work with these kind of designs you should use CSS GRID.

    I also did this challenge I used grid and this Article helped me a lot.

    Hope it is helpful Happy coding

    Marked as helpful
  • Jennifer Souza•340
    @zoedarkweather
    Submitted almost 2 years ago

    Mobile-first solution using CSS grid

    1
    AssadullahADELYAR•200
    @AssadullahADELYAR
    Posted almost 2 years ago

    Hello!

    You have done a great job, I also did this one today and I did the picture with CSS background-image here is My Slolution

    Hope it helps

    Happy coding

    Marked as helpful
  • alexivany•80
    @alexivany
    Submitted almost 2 years ago

    Profile Card Challenge

    1
    AssadullahADELYAR•200
    @AssadullahADELYAR
    Posted almost 2 years ago

    congratulations on completing this challenge 🎉🎉

    This is great but I think you should consider changing some things:

    You don't need to have extra div's to set two background-images on your body Instead you can do something like this:

    inside of your body

    body {
    background-image: url(images/bg-pattern-top.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top -40rem left -30rem;
    }
    

    ofcourse you can use more than one background image like this:

    body {
    background-image: url(images/bg-pattern-top.svg), url(images/bg-pattern-bottom.svg);
    }
    

    please check This

    I hope it was helpful for you👍👍

    Happy coding 🙂🙂

    Marked as helpful
  • FinnJ04•100
    @FinnJ04
    Submitted almost 2 years ago

    single-price-grid-component using flexbox & grid

    1
    AssadullahADELYAR•200
    @AssadullahADELYAR
    Posted almost 2 years ago

    Hello!

    Your solution looks very good. You can check out my solution for the Price-grid challenge. Please let me know your feedback.

    Thank you,

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