fuc-new/public/assets/css/geigei_old.css
hellcat 1fe8673f62 1
2025-10-01 13:34:29 +08:00

19 lines
245 B
CSS
Executable File

.btn {
background-color:red;
width:200px !important;
}
.btn:hover {
background-color:yellow;
}
body {
background-color:gray;
}
.card-md > .card-body {
background-color:yellowgreen;
height:400px;
/* width:100px;*/
}