Skip to content

Commit 15bf3af

Browse files
committed
Changed container type; changed h1 to "T-Shirt Order"
1 parent 8576e9d commit 15bf3af

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

Form-Controls/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</head>
1212
<body>
1313
<header>
14-
<h1>Product Pick</h1>
14+
<h1>T-Shirt Order</h1>
1515
</header>
1616
<main>
1717
<h2> Verify your order and details below:</h2>
@@ -20,7 +20,7 @@ <h2> Verify your order and details below:</h2>
2020
<!-- REQUIREMENTS:
2121
Each requirement is listed as a comment with the corresponding code below it-->
2222

23-
<div class="grid-container">
23+
<div class="container">
2424

2525
<!-- 1.Customer's name - ensure it contains at least two non-space characters. -->
2626
<div>
@@ -80,6 +80,7 @@ <h2> Verify your order and details below:</h2>
8080
</p>
8181
</div>
8282
</div>
83+
</div>
8384

8485
<br>
8586

Form-Controls/mystyle.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Form Styling */
2-
2+
33

44
/* Text Formatting */
55
/* Headers */
@@ -12,9 +12,7 @@ h2 {font-weight: lighter;}
1212
p {font-family: verdana;
1313
font-size: 90%;}
1414

15-
.grid-container {border-style: solid;
15+
.container {border-style: solid;
1616
border-width: 1px;
1717
padding: 5px;
18-
max-width:min-content;}
19-
20-
.column {align-content: center;}
18+
max-width:350px;}

0 commit comments

Comments
 (0)