Skip to content

Commit a49f4b6

Browse files
committed
updated header
1 parent b3b34e7 commit a49f4b6

2 files changed

Lines changed: 7 additions & 10 deletions

File tree

Form-Controls/index.css

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,21 @@ body {
44
background-color: #408db7;
55
}
66

7-
header{
7+
.header {
88
text-align: center;
99
margin-bottom: 20px;
10-
background-color: aliceblue;
11-
padding: 10px;
12-
border-radius: 8px;
10+
background-color: #f0f8ff;
11+
padding: 3px;
12+
border-radius: 9px;
1313
font-family: Arial;
1414
font-style: bold;
1515
font-size: medium;
1616
}
1717

18-
h2 {
19-
text-align: center;
20-
}
2118

2219
.form-group {
2320
width: 60%;
24-
background: rgb(201, 206, 223);
21+
background:#f0f8ff;
2522
text-align: left;
2623
display: block;
2724
margin: 0 auto;

Form-Controls/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
</head>
1111
<body>
1212
<div class="header">
13-
<h1>Product Pick</h1>
13+
<h1>T Shirt Order Form</h1>
1414
</div>
1515
<main class="main-content">
1616
<form>
1717
<form class="order-form">
18-
<h2>T Shirt Order Form</h2>
18+
1919

2020
<!-- Name Field -->
2121
<div class="form-group">

0 commit comments

Comments
 (0)