mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-04-18 23:41:17 -04:00
8 lines
69 B
CSS
8 lines
69 B
CSS
.btn {
|
|
padding: 1rem;
|
|
margin: 1rem;
|
|
}
|
|
|
|
.action {
|
|
color: red;
|
|
}
|