You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workflow:
Create the location <div> container for test results. The <div> should have a minimum height of 500px and span the entire width of the containing <div>.
Explanation:
Each location is represented by LocationID in the database. A single location may contain several tests or a group of test. Since field in the database holds many records, we need to represent the field as a container for the locations set of test.
Where: ./Styles/ui-shapes.css
Named: div.location-id
The text was updated successfully, but these errors were encountered:
Workflow:
Create the location
<div>
container for test results. The<div>
should have a minimum height of 500px and span the entire width of the containing<div>
.Explanation:
Each location is represented by LocationID in the database. A single location may contain several tests or a group of test. Since field in the database holds many records, we need to represent the field as a container for the locations set of test.
Where:
./Styles/ui-shapes.css
Named:
div.location-id
The text was updated successfully, but these errors were encountered: