Skip to content

Commit 5a74685

Browse files
committed
styling the fieldset and radio options
1 parent 2d804f3 commit 5a74685

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

Form-Controls/styles.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,21 @@ select {
2828
width: 100%;
2929
padding: 10px;
3030
margin-bottom: 20px;
31-
border: 1px solid black;
31+
border: 1px solid green;
3232
border-radius: 5px;
3333

34+
}
35+
36+
fieldset {
37+
display: grid;
38+
grid-template-columns: 1fr 1fr;
39+
gap: 10px;
40+
border: 1px solid green;
41+
padding: 10px;
42+
margin-bottom: 5px;
43+
44+
45+
3446
}
3547

3648
.size-option {

0 commit comments

Comments
 (0)