Latest solutions
Latest comments
- @NellyisDevv@Nova988
Hello, nice card. I have some things to point out.
- Try to put the card in a div box and center it with flexbox. Card is divided into pieces in the main component. If you create a div and replace the <main> styles on the div. Then center the card with flexbox on the <main>, your card should be centered. Now it is on the bottom of my screen plus I need to scroll down to see the card.
- Change the font-weight of the price tag. It is to bold compared to the design.
Hope it helps.
Marked as helpful - @JoseAngara@Nova988
Hello,
In 2022 you should try to avoid using var. Instead of var use let and const.
Here you can read why you shouldn't use it : https://medium.com/@codingsam/awesome-javascript-no-more-var-working-title-999428999994.
Hope it helps.
- @ElDull@Nova988
Hello,
You should look into responsiveness design. If you set the width to 950px, you can see that the dashboard is not fully in the window. You can try looking into grid with using minmax(). I also have a solution, not saying it is perfect, but maybe you can see how i have made it more responsive so it fits the window.
Hope it helps.
Marked as helpful - @Athlla@Nova988
Hello, Nice app!
You style the cursor on the light/dark mode button to pointer. It will make it nicer
- @LahsivK4070@Nova988
Hello, nice card!
- Try to add some padding between the image en text in the middle text box.
- The change button needs to be an other color. I think you have the default color for the a tag.
- Also add some box shadow on the payment button and add some spacing between the button and cancel order to fit the design.
Hope it helps.
- @KristaCalleja@Nova988
Hello,
For the background color on hover: did you try opacity? And you need to reduce the width of the image in the middle text box. It is set to 100%
Hope it helps
Marked as helpful