Subscribe to sjalu
Subscribe to sjalu
Share Dialog
Share Dialog
<100 subscribers
<100 subscribers
button {
background-color: #4CAF50; /* Green background */
border: none; /* Remove borders */
color: white; /* White text */
padding: 15px 32px; /* Add some padding */
text-align: center; /* Center the text */
text-decoration: none; /* Remove underline */
display: inline-block; /* Display inline */
font-size: 16px; /* Increase font size */
margin: 4px 2px; /* Add some margin */
cursor: pointer; /* Add a pointer cursor on hover */
border-radius: 12px; /* Rounded corners */
}
button:hover {
background-color: #45a049; /* Darker green on hover */
}
button {
background-color: #4CAF50; /* Green background */
border: none; /* Remove borders */
color: white; /* White text */
padding: 15px 32px; /* Add some padding */
text-align: center; /* Center the text */
text-decoration: none; /* Remove underline */
display: inline-block; /* Display inline */
font-size: 16px; /* Increase font size */
margin: 4px 2px; /* Add some margin */
cursor: pointer; /* Add a pointer cursor on hover */
border-radius: 12px; /* Rounded corners */
}
button:hover {
background-color: #45a049; /* Darker green on hover */
}
sjalu
sjalu
No activity yet