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 */
border: none;
color: white;
@ -11,6 +11,8 @@
cursor: pointer;
}
.button1 {width: 60px;}
.button2 {width: 5%;}
.button3 {width: 100%;}
.wz_car_TABLE {
width: 55%;
border-collapse: collapse;
float: left;
}