Generation

css from descriptionTue, 06 Jun 2023

generate a responsive hero section with splitted img and about me

.hero { display: flex; align-content: center; justify-content: center; } .hero img { width: 400px; } .hero p { width: 400px; } .hero img, .hero p { margin: 0 auto; } .hero img { border-radius: 100%; }

Questions about programming?Chat with your personal AI assistant