Generation

css from descriptionFri, 02 Jun 2023

responsive page html basic

* { margin: 0; padding: 0; } body { width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; }

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