File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 < header >
1616 < h1 > T-Shirt Product Pick</ h1 >
1717 </ header >
18+
19+ <!-- T-Shirt Information Collection Form Design (Name Email and T-shirt color) -->
1820 < main >
1921 < form >
20- <!-- write your html here-->
21- <!--
22- try writing out the requirements first as comments
23- this will also help you fill in your PR message later-->
2422
2523 < div >
2624 < label for ="name "> Name</ label >
@@ -52,6 +50,8 @@ <h1>T-Shirt Product Pick</h1>
5250 < option value ="Black "> Black</ option >
5351 </ select >
5452 </ div >
53+
54+ <!-- T-shirt Size Column -->
5555
5656 < fieldset >
5757 < Legend > Size</ Legend >
@@ -86,7 +86,7 @@ <h1>T-Shirt Product Pick</h1>
8686 </ form >
8787 </ main >
8888 < footer >
89- <!-- change to your name -->
89+ <!-- Footer -->
9090 < p > Designed with Love by Monsur Abdulrahman</ p >
9191 </ footer >
9292 </ body >
Original file line number Diff line number Diff line change 1+
2+
13* {
2- box-sizing : border-box;
4+ box-sizing : border-box;
35}
46
57h1 , footer {
6- text-align : center;
8+ text-align : center;
79}
810
911
@@ -45,6 +47,8 @@ fieldset {
4547
4648}
4749
50+
51+
4852.size-option {
4953 display : flex;
5054 align-items : center;
You can’t perform that action at this time.
0 commit comments