Closed frozzel closed 1 year ago
Work with a partner to resolve the following issues:
Users should be able to see a horizontal navigation bar with three list items side-by-side.
Users should be able to see three boxes.
Users should be able to see the boxes centered and stacked on top of each other.
All three list items in the navigation bar should display inline.
All three boxes should be visible.
Each box should appear centered and on its own line.
Each list item in the navigation bar displays on its own line.
Two boxes are visible, and one is not displayed.
The two visible boxes display inline and aligned to the left.
The following image demonstrates the web application's appearance and functionality:
Which display value hides an element?
display
If you have completed this activity, work through the following challenge with your partner to further your knowledge:
visibility
Use Google or another search engine to research this.
Β© 2022 Trilogy Education Services, LLC, a 2U, Inc. brand. Confidential and Proprietary. All Rights Reserved.
done waiting on class, adjusted display setting in each area of code to align to spec
π List Items and Boxes Are Not Displaying Correctly
Work with a partner to resolve the following issues:
Users should be able to see a horizontal navigation bar with three list items side-by-side.
Users should be able to see three boxes.
Users should be able to see the boxes centered and stacked on top of each other.
Expected Behavior
All three list items in the navigation bar should display inline.
All three boxes should be visible.
Each box should appear centered and on its own line.
Actual Behavior
Each list item in the navigation bar displays on its own line.
Two boxes are visible, and one is not displayed.
The two visible boxes display inline and aligned to the left.
Assets
The following image demonstrates the web application's appearance and functionality:
π‘ Hints
Which
display
value hides an element?π Bonus
If you have completed this activity, work through the following challenge with your partner to further your knowledge:
visibility
property? How is it different from thedisplay
property?Use Google or another search engine to research this.
Β© 2022 Trilogy Education Services, LLC, a 2U, Inc. brand. Confidential and Proprietary. All Rights Reserved.