Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
8
Comments
291
Bader Idris
@Bader-Idris

All comments

  • Abdelwahab•150
    @Abdelwahab121221
    Submitted 10 months ago

    Simple project with API

    1
    Bader Idris•2,880
    @Bader-Idris
    Posted 10 months ago

    good job, but there are two fast comments from me about this, the dice works on each two clicks, so it should work on each click, lastly: you can use this

    .icon {
        user-select: none;
    }
    

    to make the button more effective

  • Cyril Muchemi•190
    @cyrilmuchemi
    Submitted about 2 years ago

    ecommerce cart solution

    1
    Bader Idris•2,880
    @Bader-Idris
    Posted about 2 years ago

    you can improve the add to cart button and make it useful when you collect the innerHTML of the increasing number on its left, to change the cart above, instead of increasing the number of items directly, simply make the function works with the button not the increasing-decreasing symbols [ - + ]

  • Carlos Ceron Santacruz•10
    @carlosCeron
    Submitted about 2 years ago

    Flexbox, Css variables, React

    #react
    1
    Bader Idris•2,880
    @Bader-Idris
    Posted about 2 years ago

    You can set the container in the middle of the screen as a response project, when you add these CSS properties to it:

    .container {
      top:50%;
      left: 50%;
      transform: translate(-50%,  -50%);
      position: absolute;
    }
    

    the might new feature is transform, it has many lovely properties you can discover, I personally admire it. I hope it's useful

    Marked as helpful
  • George Olatoyan•1,500
    @Olatoyan
    Submitted about 2 years ago

    Responsive E-commerce website using CSS Grid, Flexbox and JavaScript

    1
    Bader Idris•2,880
    @Bader-Idris
    Posted about 2 years ago

    You can put all elements inside a container, to set the paragraph a specific, and by using display: flex you can easily change between phone and PC media queries, nevertheless, the function of clicking on the image slider, doesn't work on PC, and phone needs to change main images container's width, paragraphs needs to be bolder and a little bigger than what they are. Achieving this phase is great, I salute you for that🎉🎊

  • Paweł Stasiewicz•40
    @pawelstasiewicz
    Submitted about 2 years ago

    QR code component

    1
    Bader Idris•2,880
    @Bader-Idris
    Posted about 2 years ago

    You can set the container in the middle of the screen whatever user changes it when you add these properties to it in CSS:

    .container {
      position: absolute;
      top:50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    

    the new feature is transform, it has many lovely properties you can discover, I personally love it. Hope it's useful

  • Masha-bit•10
    @Masha-bit
    Submitted about 2 years ago

    My First QR component site

    #web-components
    1
    Bader Idris•2,880
    @Bader-Idris
    Posted about 2 years ago

    You can set the container in the middle of the screen whatever user changes it when you add these properties to it in CSS:

    .container {
      position: absolute;
      top:50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    

    the new feature is transform, it has many lovely properties you can discover, I personally love it. Hope it's useful

  • Abdulhafeez Ibrahim•20
    @TripleMZee
    Submitted about 2 years ago

    QR-code component project

    2
    Bader Idris•2,880
    @Bader-Idris
    Posted about 2 years ago

    You can set the container in the middle of the screen whatever user changes it when you add these properties to it in CSS:

    .container {
      position: absolute;
      top:50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    

    the new feature is transform, it has many lovely properties you can discover, I personally love it. Hope it's useful

  • mahdisafi4•20
    @mahdisafi4
    Submitted about 2 years ago

    qr code

    2
    Bader Idris•2,880
    @Bader-Idris
    Posted about 2 years ago

    You can set the container in the middle of the screen whatever user changes it when you add these properties to it in CSS:

    .container {
      position: absolute;
      top:50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    

    the new feature is transform, it has many lovely properties you can discover, I personally love it. Hope it's useful

    Marked as helpful
  • StanishCode•120
    @StanishCode
    Submitted about 2 years ago

    Desktop first QR component

    1
    Bader Idris•2,880
    @Bader-Idris
    Posted about 2 years ago

    You can set the container in the middle of the screen whatever user changes it when you add these properties to it in CSS:

    .container {
      position: absolute;
      top:50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    

    the new feature is transform, it has many lovely properties you can discover, I personally love it. Hope it's useful

    Marked as helpful
  • P
    Les•10
    @Leslie763
    Submitted about 2 years ago

    Simple project using just HTML and CSS

    1
    Bader Idris•2,880
    @Bader-Idris
    Posted about 2 years ago

    You can set the container in the middle of the screen whatever user changes it when you add these properties to it in CSS:

    .container {
      position: absolute;
      top:50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    

    the new feature is transform, it has many lovely properties you can discover, I personally love it. Hope it's useful

    Marked as helpful
  • Felipe Silva•30
    @FelipeMT21
    Submitted about 2 years ago

    Usei apenas HTML e CSS básico

    1
    Bader Idris•2,880
    @Bader-Idris
    Posted about 2 years ago

    You can set the container in the middle of the screen whatever user changes it when you add these properties to it in CSS:

    .container {
      position: absolute;
      top:50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    

    the new feature is transform, it has many lovely properties you can discover, I personally love it. Hope it's useful

    Marked as helpful
  • Alysson Rikelmy•10
    @DarkCode111
    Submitted about 2 years ago

    QR - Code

    1
    Bader Idris•2,880
    @Bader-Idris
    Posted about 2 years ago

    You can set the container in the middle of the screen whatever user changes it when you add these properties to it in CSS:

    .container {
      position: absolute;
      top:50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    

    the new feature is transform, it has many lovely properties you can discover, I personally love it. Hope it's useful

    Marked as helpful
  • Brandon Rordriguez•300
    @Mizunen
    Submitted about 2 years ago

    QR code card made with flexbox

    1
    Bader Idris•2,880
    @Bader-Idris
    Posted about 2 years ago

    You can set the container in the middle of the screen whatever user changes it when you add these properties to it in CSS:

    .container {
      position: absolute;
      top:50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    

    the new feature is transform, it has many lovely properties you can discover, I personally love it. Hope it's useful

    Marked as helpful
  • Taylor H.•280
    @tahobbit11
    Submitted about 2 years ago

    QR component code

    1
    Bader Idris•2,880
    @Bader-Idris
    Posted about 2 years ago

    You can set the container in the middle of the screen whatever user changes it when you add these properties to it in CSS:

    .container {
      position: absolute;
      top:50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    

    the new feature is transform, it has many lovely properties you can discover, I personally love it. Hope it's useful

    Marked as helpful
  • Sombra•10
    @Marrom-Provocante
    Submitted about 2 years ago

    HTML, CSS

    #cube-css
    1
    Bader Idris•2,880
    @Bader-Idris
    Posted about 2 years ago

    You can set the container in the middle of the screen whatever user changes it when you add these properties to it in CSS:

    .container {
      position: absolute;
      top:50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    

    the new feature is transform, it has many lovely properties you can discover, I personally love it. Hope it's useful

  • Alain Normandin•40
    @anormandin
    Submitted about 2 years ago

    Simple QR Code challenge

    1
    Bader Idris•2,880
    @Bader-Idris
    Posted about 2 years ago

    You can set the container in the middle of the screen whatever user changes it when you add these properties to it in CSS:

    .container {
      position: absolute;
      top:50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    

    the new feature is transform, it has many lovely properties you can discover, I personally love it. Hope it's useful

    Marked as helpful
  • martreedev•10
    @martreedev
    Submitted about 2 years ago

    QR code component using CSS grid

    #web-components
    1
    Bader Idris•2,880
    @Bader-Idris
    Posted about 2 years ago

    You can set the container in the middle of the screen whatever user changes it when you add these properties to it in CSS:

    .container {
      position: absolute;
      top:50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    

    the new feature is transform, it has many lovely properties you can discover, I personally love it. Hope it's useful

  • Luis Soto•80
    @walkerlyna
    Submitted about 2 years ago

    Challenge#1 - QR

    1
    Bader Idris•2,880
    @Bader-Idris
    Posted about 2 years ago

    You can set the container in the middle of the screen whatever user changes it when you add these properties to it in CSS:

    .container {
      position: absolute;
      top:50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    

    the new feature is transform, it has many lovely properties you can discover, I personally love it. Hope it's useful

    Marked as helpful
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

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