Please help check my work, I would love your feedbacks on it.Thanks
Roshan K.C
@roshankcpkrAll comments
- @Akinyemi4Submitted over 2 years ago@roshankcpkrPosted over 2 years ago
Here are some of the things that I have noticed.
- Try increasing blur radius in box shadow property of class main-container and use rgba as color because you can use a as fourth property to set opacity.
- Font weight and color of title should be bolder and more blue.
- Fix hover color on proceed to payment button and also add 0.2em more padding top and bottom on it.
- Try decreasing opacity of background color on annual plan div. You can also use color in rgba format in this case.
0 - @Blue-CheesecakeSubmitted over 2 years ago
How can I improve these codes?
@roshankcpkrPosted over 2 years agoThe image on mobile view seems to be disappearing. I found you have kept it as the background image. You can set width and height on the container if you want to keep it as the background images. Otherwise, you can insert through HTML and blend by decreasing opacity.
Marked as helpful1 - @xeuxdevSubmitted over 2 years ago
Would appreciate any kind of feedback 😊
@roshankcpkrPosted over 2 years agoHere are some things I would Iike to point out:
- Changing icons color to #fff
- Increasing button size with an additional 0.2em or suitable padding
Rest is nice. Good luck!
Marked as helpful0 - @piyawat5Submitted over 2 years ago@roshankcpkrPosted over 2 years ago
Here are some of the things I have found.
- You can use border-bottom in place of hr in your div with class "mid-con" or use border-top on div with class bot-con.
- Use rgba to give color to the border along with opacity.
- Try to add box-shadow in the card component.
0 - @skarlos134Submitted almost 3 years ago
hello, if any observation to improve let me know
@roshankcpkrPosted almost 3 years agoThe opacity of the eye icon is decreasing along with the background color. Try to keep the same opacity for the eye icon. Add hover effect and transition on mentioned areas like title and other mentioned areas.
0