Skip to content

Commit 8161e1b

Browse files
updating css file
1 parent 57d7ed9 commit 8161e1b

1 file changed

Lines changed: 24 additions & 3 deletions

File tree

‎Form-Controls/styles.css‎

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,29 @@
3838
margin: 20px 20px;
3939
}
4040

41-
form,
42-
h1,
43-
h5 {
41+
form
42+
43+
{
44+
padding-top: 2%;
45+
margin-right: 50%;
4446
margin-left: 25%;
47+
background-color: bisque;
48+
}
49+
50+
h1,h5{
51+
margin-left: 30%;
4552
}
53+
54+
button[type="submit"],
55+
input[type="submit"] {
56+
padding: 10px 20px;
57+
margin-left: 35%;
58+
font-size: 1rem;
59+
font-family: inherit;
60+
color: #fff;
61+
background-color: #2563eb;
62+
border: none;
63+
border-radius: 6px;
64+
cursor: pointer;
65+
transition: background-color 0.15s ease;
66+
}

0 commit comments

Comments
 (0)