Mission 13: Project Chimera - Flagship Recommission
First, establish the main layout for the bridge. It needs a header, a main viewscreen, two sidebars, and a footer.
00:00
Mission Objective
Target the `.bridge-layout`. Set its `display` to `grid` and define the `grid-template-areas` as shown in the initial code comment. Use `grid-template-rows` to make the header and footer `60px` tall and the main area flexible (`1fr`). Use `grid-template-columns` to make the sidebars `250px` wide and the main viewscreen flexible.
Step 1 / 4
System Briefing: The Admiral's Request
The crisis is over. Your work restoring the fleet's interfaces has not gone unnoticed. As your final mission, you've been personally tasked by the Admiral to lead the complete redesign of the bridge interface for the fleet's flagship, the Olympus Mons. It must be a testament to the new era of stability and advanced design you helped create.
Project Directives
This capstone project combines every skill you've learned to build a complete, professional-grade interface from the ground up by following the steps in the mission panel.