File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11/* Form Styling */
2-
2+
33
44/* Text Formatting */
55/* Headers */
@@ -12,9 +12,7 @@ h2 {font-weight: lighter;}
1212p {font-family : verdana;
1313font-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 ;}
You can’t perform that action at this time.
0 commit comments