1. Creating Flexbox-powered menus. /* Styles for Single Level Menu */ @media screen and (min-width: 30em){ .single-nav ul { /* default for flex: align to the left, next to each other */ display: flex; ...
Line: https://github.com/Ebazhanov/linkedin-skill-assessments-quizzes/blob/main/front-end-development/front-end-development-quiz.md#L277 Question: Which line of code ...