Skip to content

Commit b3b34e7

Browse files
committed
css update 1
1 parent 449518a commit b3b34e7

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

Form-Controls/index.css

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
11
body {
22
font-family: Arial, sans-serif;
33
padding: 20px;
4-
background-color: Pink;
4+
background-color: #408db7;
55
}
6+
7+
header{
8+
text-align: center;
9+
margin-bottom: 20px;
10+
background-color: aliceblue;
11+
padding: 10px;
12+
border-radius: 8px;
13+
font-family: Arial;
14+
font-style: bold;
15+
font-size: medium;
16+
}
17+
618
h2 {
719
text-align: center;
820
}
921

1022
.form-group {
1123
width: 60%;
12-
background: white;
24+
background: rgb(201, 206, 223);
1325
text-align: left;
1426
display: block;
1527
margin: 0 auto;

0 commit comments

Comments
 (0)