Generation

css from descriptionSat, 12 Nov 2022

A vertically centered div containing a title in crimson red

.container { width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; background: #eeeeee; } .title { color: crimson; }

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