Skip to content

Commit 2d804f3

Browse files
committed
h1 & footer styled
1 parent 1e40348 commit 2d804f3

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Form-Controls/styles.css

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
box-sizing: border-box;
33
}
44

5+
h1, footer {
6+
text-align: center;
7+
}
8+
9+
510
main {
611
max-width: 400px;
712
margin: 50px auto;
@@ -39,4 +44,27 @@ select {
3944
input [type="radio"] {
4045
width: auto;
4146
margin-bottom: 0;
47+
}
48+
49+
button[type="submit"] {
50+
51+
width: 100%;
52+
padding: 12px;
53+
background-color: green;
54+
color: white;
55+
border: none;
56+
border-radius: 5px;
57+
cursor: pointer;
58+
font-size: 16px;
59+
60+
}
61+
62+
button[type="submit"]:hover {
63+
background-color: blue;
64+
}
65+
66+
footer {
67+
margin-top: 20px;
68+
font-size: 0.9em;
69+
4270
}

0 commit comments

Comments
 (0)