Update car.css

This commit is contained in:
virmaior 2022-07-18 13:26:37 +09:00 committed by GitHub
parent 17c3056f33
commit 7991ff7388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
.button { .wz_car_BUTTON {
background-color: #4CAF50; /* Green */ background-color: #4CAF50; /* Green */
border: none; border: none;
color: white; color: white;
@ -11,6 +11,8 @@
cursor: pointer; cursor: pointer;
} }
.button1 {width: 60px;} .wz_car_TABLE {
.button2 {width: 5%;} width: 55%;
.button3 {width: 100%;} border-collapse: collapse;
float: left;
}