P粉3347213592023-08-14 13:57:06
Add the class attribute to the <button> tag, and the class attribute value is "button".
Your design should be applied to the button itself, not the div container.
P粉4574458582023-08-14 10:06:30
Actually you are styling a div, if you want to style a button add the class name to the button<button className='button'>contact</button>