@Sk7867
Posted
Hello Deepthi-Ramesh 👋,
Your solution great and is responsive on mobile and desktop view but it breaks at tablet view i.e. width: 768px to 1000px
.
I suggest keeping width
fixed or using min-width
or max-width
property to prevent it from shrinking or expanding too much as width of screen changes.
Also give box-shadow: 0px 8px 15px rgb(0 0 0 / 10%)
effect to button
so it pops up a bit. You can also mess with hover effects.
Happy Codding😁
Marked as helpful
@Deepthi-Ramesh
Posted
@Sk7867 Thank you .I was struggling to solve that width problem. Thank you for your suggestion.