Nihal Buragohain
@NihalP01All comments
- @Djcini-HUNSubmitted 12 months ago@NihalP01Posted 12 months ago
You are doing good. However please keep eye on the padding you have used. As you can see, the padding you are using on your design is more than the actual design. And also avoid too much border radius for inner components. Good luck ;-)
Marked as helpful1 - @WalanyCostaSubmitted about 1 year ago
I didn't encounter any difficulty in solving it, but I delivered the project with a lot of delay due to the idea of being a perfectionist, which has been one of the biggest barriers to my progress. I was trying to keep the layout as shown in the image.
@NihalP01Posted about 1 year agoYou are doing great. Take your time and enjoy doing it.
Few tips: I have centered this card by using these CSS properties:
position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
Please give it a try and play around with it.
Another suggestion would be to give attention to the font sizes. Good luck :-)
0