Skip to content

Commit a783ce2

Browse files
committed
s
1 parent e3df6fb commit a783ce2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

index.html

+13
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,19 @@ <h2>Electronics:</h2>
196196
align-items: center;
197197
}
198198

199+
#checklistForm {
200+
max-width: 600px;
201+
margin: 0 auto;
202+
background-color: #ffffff75; /* White background */
203+
padding: 30px;
204+
border-radius: 10px;
205+
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
206+
transition: box-shadow 0.3s ease;
207+
border: 1px solid rgb(255, 255, 255);
208+
margin: 10px;
209+
}
210+
211+
199212
}
200213

201214

0 commit comments

Comments
 (0)