Click below to find more information about your next class!

 

.container {
text-align: center; /* Center the contents horizontally */
}

.button {
background-color: #3e3b70; /* Set the background color to Hex – 3e3b70 */
color: #fff; /* Set the text color to white */
padding: 10px 20px; /* Set padding */
border: none; /* Remove the default button border */
border-radius: 5px; /* Set the border-radius to create rounded corners */
cursor: pointer; /* Add a pointer cursor on hover */
text-decoration: none; /* Remove the default link underline */
display: inline-block; /* Display as an inline-block element */
margin: 5px; /* Add margin to separate buttons */
}

.button:hover {
background-color: #2c2954; /* Change the background color on hover */
}

 

AR – 15 Classes