# Sjalu testing

*testing this*

By [sjalu](https://paragraph.com/@sjalu) · 2024-09-09

---

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 \*/

}

---

*Originally published on [sjalu](https://paragraph.com/@sjalu/sjalu-testing)*
