lyunm1206
commited on
Commit
·
fee056d
1
Parent(s):
5c435fb
clean
Browse files- index.html +11 -0
index.html
CHANGED
|
@@ -29,12 +29,23 @@
|
|
| 29 |
color: #007bff;
|
| 30 |
}
|
| 31 |
.toggle-container {
|
|
|
|
|
|
|
|
|
|
| 32 |
margin-top: 10px; /* Space between each toggle group */
|
| 33 |
}
|
| 34 |
.sub-options {
|
| 35 |
display: none;
|
| 36 |
margin-left: 20px;
|
| 37 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
</style>
|
| 39 |
</head>
|
| 40 |
<body>
|
|
|
|
| 29 |
color: #007bff;
|
| 30 |
}
|
| 31 |
.toggle-container {
|
| 32 |
+
background-color: #fff;
|
| 33 |
+
padding: 15px;
|
| 34 |
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
| 35 |
margin-top: 10px; /* Space between each toggle group */
|
| 36 |
}
|
| 37 |
.sub-options {
|
| 38 |
display: none;
|
| 39 |
margin-left: 20px;
|
| 40 |
}
|
| 41 |
+
|
| 42 |
+
label {
|
| 43 |
+
margin-right: 10px;
|
| 44 |
+
}
|
| 45 |
+
|
| 46 |
+
input[type="radio"] {
|
| 47 |
+
margin-right: 5px;
|
| 48 |
+
}
|
| 49 |
</style>
|
| 50 |
</head>
|
| 51 |
<body>
|