Skip to content

Commit 202157b

Browse files
committed
feat: CSS styling, added border radius to the form.
1 parent 22f0855 commit 202157b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Form-Controls/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ form{
2424
padding:45px;
2525
margin: 100px auto;
2626
border: 2px solid #9a031e;
27+
border-radius:5px
2728
}
2829
.form-group{
2930
margin-bottom:10px;
@@ -52,4 +53,4 @@ p{
5253
font-family: "Pinyon Script", cursive;
5354
font-weight: 400;
5455
font-style: normal;
55-
}
56+
}

0 commit comments

Comments
 (0)