19 lines
245 B
CSS
Executable File
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;*/
|
|
}
|