CoolFace
Apppublic

cm107/test_static_space

sourceHugging Facemitupdated 4y agoView on Hugging Face
0likes
test_page_style.css22 linesDownload Raw Back to root
1.test_button {2    color: yellow;3    background-color: rgb(9, 96, 158);4    border-color: rgb(89, 50, 195);5    border-width: 5px;6}7 8.test_button_text {9    color: red;10    display: inline-block;11    background-color: black;12    /* width: fit-content; */13    margin-left: 3px;14    padding-left: 3px;15    padding-right: 3px;16    padding-top: 3px;17    padding-bottom: 3px;18}19 20.test_button_text_empty {21    display: inline-block;22}