File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ The user can then select the "angles-down" icon in order to display additional w
4444
4545## App Checklist Examples
4646
47- ### API Requirement
47+ ### API Project Requirement
4848
4949- Added two search buttons
5050
Original file line number Diff line number Diff line change 2626 < body >
2727 < main >
2828 < header >
29- < h1 > US Weather Check </ h1 >
29+ < h1 > US Weather Today </ h1 >
3030 < h2 > Enter zip code</ h2 >
3131 </ header >
3232 <!-- Using form for accessibility and best practices -->
@@ -57,7 +57,7 @@ <h2>Enter zip code</h2>
5757
5858 < section class ="city-temp-img-section ">
5959 < div class ="weather-data-wrapper ">
60- < h2 id ="temperature "> Fahrenheit </ h2 >
60+ < h2 id ="temperature "> Temp now </ h2 >
6161 < h2 id ="city "> City</ h2 >
6262 < h3 id ="usa-state "> State</ h3 >
6363 </ div >
@@ -82,7 +82,7 @@ <h3 id="usa-state">State</h3>
8282 >
8383 < i class ="fa-solid fa-angles-down "> </ i >
8484 </ button >
85- < h3 > More Information </ h3 >
85+ < h3 > Today's Conditions </ h3 >
8686 < div class ="more-info-wrapper ">
8787 < div class ="icon-text-wrapper ">
8888 < i class ="fa-solid fa-temperature-half "> </ i >
You can’t perform that action at this time.
0 commit comments