Bader Idris
@Bader-IdrisAll comments
- @Abdelwahab121221Submitted 3 months ago@Bader-IdrisPosted 3 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
0 - @cyrilmuchemiSubmitted over 1 year ago@Bader-IdrisPosted over 1 year 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 [ - + ]
0 - @carlosCeronSubmitted over 1 year ago@Bader-IdrisPosted over 1 year 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 helpful0 - @OlatoyanSubmitted over 1 year ago@Bader-IdrisPosted over 1 year 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🎉🎊0 - @pawelstasiewiczSubmitted over 1 year ago@Bader-IdrisPosted over 1 year 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
0 - @Masha-bitSubmitted over 1 year ago@Bader-IdrisPosted over 1 year 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
0 - @TripleMZeeSubmitted over 1 year ago@Bader-IdrisPosted over 1 year 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
0 - @mahdisafi4Submitted over 1 year ago
i just find some difficult in the colors
@Bader-IdrisPosted over 1 year agoYou 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 helpful0 - @StanishCodeSubmitted over 1 year ago
Trying to learn best practices so feedback is welcome!
@Bader-IdrisPosted over 1 year agoYou 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 helpful0 - @Leslie763Submitted over 1 year ago
When using margins to create vertical space between elements should the margin be added to the bottom of the upper element or the top of the lower element? Does it matter, and / or is it a best practice matter?
@Bader-IdrisPosted over 1 year agoYou 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 helpful1 - @FelipeMT21Submitted over 1 year ago@Bader-IdrisPosted over 1 year 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 helpful0 - @DarkCode111Submitted over 1 year ago@Bader-IdrisPosted over 1 year 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 helpful0