test
/* CSS code for the button styles */
.inquire-button {
/* Add your desired button styles here */
/* For example, you can customize the background color, text color, font size, padding, etc. */
background-color: #007bff;
color: #fff;
font-size: 16px;
padding: 10px 20px;
/* Add any other desired styles */
}
|
||