@Kehs719Submitted over 2 years ago
Any feedback would be helpful! Thanks
Any feedback would be helpful! Thanks
Nice code. I learned something new looking at yours. Such as :root{ --violet: hsl(257, 40%, 49%); --soft-magenta: hsl(300, 69%, 71%); }
.right-side button{ width:13.9vw; height:3.9vw; border-radius: 25px; background-color: white; color:var(--violet); font-family: 'Poppins',sans-serif; font-size: 1.25vw; border:none; box-shadow: 2px 10px 17px -5px rgba(0,0,0,0.5); }
.right-side button:hover{ color:white; background-color: var(--soft-magenta); }