All Prompts
All Prompts

herosectiondarkgradientmodernresponsive
Hero Section with Gradient Background
Полноширокий Hero Section с градиентным фоном. Идеален для лендингов. Включает заголовок, текст, адаптивные отступы.
Prompt
<div class="w-full">
<style>.hero-section-dark {
min-height: 90vh;
padding: 120px 24px 60px;
max-width: 1100px;
margin: 0 auto;
}
.hero-section-dark h1 {
margin: 0 0 12px;
letter-spacing: -0.02em;
font-size: 3.5rem;
font-weight: 700;
color: rgba(255, 255, 255, 0.92);
line-height: 1.1;
}
.hero-section-dark p {
margin: 0;
color: rgba(255, 255, 255, 0.7);
line-height: 1.6;
max-width: 70ch;
font-size: 1.125rem;
}
@media (max-width: 768px) {
.hero-section-dark {
padding: 80px 24px 40px;
min-height: 70vh;
}
.hero-section-dark h1 {
font-size: 2.5rem;
}
.hero-section-dark p {
font-size: 1rem;
}
}</style>
<section id="features" class="hero-section-dark">
<h1>Welcome to the Future</h1>
<p>Discover innovative solutions that transform the way you work. Our platform combines cutting-edge technology with intuitive design to deliver exceptional results.</p>
</section>
</div>