Generation

css from descriptionFri, 09 Dec 2022

Its height: 60px is visible in the entire width of the window, its background color is purple.

.container { width: 100vw; height: 60px; background-color: purple; }

Want to kickstart your project?Use the new AI Studio to create your code