Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
7
Comments
19
Abubakar Sadiq Uzaifah
@BigNet90

All comments

  • Stefan Bojkovski•720
    @xStephx
    Submitted 6 months ago

    Solution News homepage

    #tailwind-css
    9
    Abubakar Sadiq Uzaifah•200
    @BigNet90
    Posted 6 months ago

    Brilliant solution✅

  • Abdurrahman Habib•90
    @Abrster-codes
    Submitted 6 months ago
    What challenges did you encounter, and how did you overcome them?

    i couldn't style the bullets and numbers for the ordered and unordered lists

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

    i need guidance in styling bullets, line breaks and numbers

    recipe page by frontend mentor

    2
    Abubakar Sadiq Uzaifah•200
    @BigNet90
    Posted 6 months ago

    Nice work.

    Regarding this challenge you don't really need a line break, instead you should set the border bottom for the card so it'll appear as if it's line break.

    For list styling try

    li::marker {

    color: pink;

    }

    Marked as helpful
  • Aditya-hub807•50
    @Aditya-hub807
    Submitted 6 months ago
    What are you most proud of, and what would you do differently next time?

    I was finding it a little difficult to center my container so i used grid place-items property to center the container.

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

    I want a lot of help in learning grid and flexbox.

    I have used min-width, min-height and grid

    1
    Abubakar Sadiq Uzaifah•200
    @BigNet90
    Posted 6 months ago

    Nice solution. To learn more on grid and flex. https://web.dev/learn/css

  • ankitashokgond•110
    @ankitashokgond
    Submitted 6 months ago

    Product Preview Card Component | Ankit Gond

    1
    Abubakar Sadiq Uzaifah•200
    @BigNet90
    Posted 6 months ago

    Great 👍

  • Taufiq Shaikh•150
    @taufiqz11
    Submitted 6 months ago

    Recipe page

    1
    Abubakar Sadiq Uzaifah•200
    @BigNet90
    Posted 6 months ago

    Nice one!

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

    I used this simple project to become familiar with Next.js, Tailwind CSS, and Vercel. I'm glad everything went smoothly on my first try. For now, I don't know what I could do differently next time? I hope anyone who visits here can share a clearer and wiser way to do!

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

    I think I didn't encounter any difficulty in this practice.

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

    I don't konw if my html and css could be clearer.

    Social Links Profile with Next.js and Tailwind CSS

    #next#tailwind-css
    2
    Abubakar Sadiq Uzaifah•200
    @BigNet90
    Posted 7 months ago

    A very nice attempt.

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

    I'm not proud of what I've done, it's full of workarounds. There might be a lot of things I could have used or done better that I don't know yet.

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

    I had to start over from scratch because I did things that didn't work, and it's still not how I wanted it to be.

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

    Anything you can add would help a lot, please!

    I used basic things.

    1
    Abubakar Sadiq Uzaifah•200
    @BigNet90
    Posted 7 months ago

    Actually, you should be proud of what you've done. Because you've done an amazing job, your solution is very close to the challenge template. Well done dev

    Marked as helpful
  • FrontNova•20
    @FrontNova
    Submitted 7 months ago

    QR using FlexCSS

    2
    Abubakar Sadiq Uzaifah•200
    @BigNet90
    Posted 7 months ago

    You've done a great job. But you don't need to give your body specific width that's why the body content is out of the viewport. And also you don't to specify the content position. Instead try the code 👇

    body{

    display: grid;
    width: 100%;
    min-height: 100vh;
    justify-content: center;
    overflow:hidden;     
    

    }

    Well done once again.

    Marked as helpful
  • Abdoulrazak Omar Bogoreh•1,390
    @bogoreh
    Submitted 7 months ago

    QR code component

    1
    Abubakar Sadiq Uzaifah•200
    @BigNet90
    Posted 7 months ago

    Awesome

  • maisatsuj•30
    @maisatsuj
    Submitted 7 months ago

    QR code component

    2
    Abubakar Sadiq Uzaifah•200
    @BigNet90
    Posted 7 months ago

    That's awesome keep it up 👏

    Marked as helpful
  • Derik Boghozian•230
    @psychederik
    Submitted 10 months ago
    What are you most proud of, and what would you do differently next time?

    I've been excited to write Javascript functionality and I'm proud I didn't have any difficulty with it. I'm most proud of solving the styling of the social icons element and positioning it correctly. Next time I will try to make my design more exact as I know this current version isn't perfect.

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

    The main challenge I encountered was styling the social icons element. I tried several methods and did some research online until I found a solution that worked.

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

    I'm just curious if Tailwind-CSS has any limitations. Is Tailwind commonly used in real world paid projects?

    Article Preview Component: HTML, Tailwind-CSS, Javascript

    #tailwind-css
    1
    Abubakar Sadiq Uzaifah•200
    @BigNet90
    Posted 7 months ago

    Nice

  • Nur Farah Omar•120
    @NF0mar
    Submitted over 1 year ago
    What are you most proud of, and what would you do differently next time?

    I am proud that i am doing much better than before. I used to hate css but now i am loving it day by day by practising.

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

    The challenge i encountered is that my solution was not responsive and still is not.

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

    Kindly help me with grid and responsive.

    social-links-profile

    4
    Abubakar Sadiq Uzaifah•200
    @BigNet90
    Posted over 1 year ago

    To make any of your design responsive on any media device. First you need meta tag for viewport as mentioned by the commenter. Then you need to learn about @media query rules to specify rules for different breakpoints. Check it out on these websites web.dev, mdn and w3schools.com

    Marked as helpful
  • JPrakash15•30
    @JPrakash15
    Submitted over 1 year ago

    HTML | CSS

    1
    Abubakar Sadiq Uzaifah•200
    @BigNet90
    Posted over 1 year ago

    It's a good effort, and close enough to the template. The color of the text in quotation, is not Gray. Use this instead color: hsl(0, 0%, 100%);

  • Mostafa Hussein•40
    @MostafaHusseinAli20
    Submitted over 1 year ago

    Social links profile

    2
    Abubakar Sadiq Uzaifah•200
    @BigNet90
    Posted over 1 year ago

    Nice one dev

  • Rajaul Islam Ratul•1,250
    @ratul0407
    Submitted almost 2 years ago

    Sunnyside landing page using tailwindcss and javascript

    1
    Abubakar Sadiq Uzaifah•200
    @BigNet90
    Posted almost 2 years ago

    This is great @ratul0407

  • Yateesh Gowda•40
    @keenyateesh19
    Submitted almost 2 years ago

    Responsive Results Summary Component

    1
    Abubakar Sadiq Uzaifah•200
    @BigNet90
    Posted almost 2 years ago

    You did a great job 👏

    Marked as helpful
  • Joseph Mungai•80
    @Mungai47
    Submitted almost 2 years ago

    Newsletter Sign up form using HTML, CSS, JS, BOOTSTRAP

    #bootstrap
    1
    Abubakar Sadiq Uzaifah•200
    @BigNet90
    Posted almost 2 years ago

    Use media query

  • Pankaj Yadav•10
    @rcypankaj
    Submitted almost 2 years ago

    Basic Html and css

    3
    Abubakar Sadiq Uzaifah•200
    @BigNet90
    Posted almost 2 years ago

    Nice

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