UNPKG

create-w3-app

Version:
73 lines (62 loc) 1.01 kB
.main { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; background-image: linear-gradient(to bottom, #add7ff, #fffac2]); } .container { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3rem; padding: 4rem 1rem; } @media (min-width: 640px) { .container { max-width: 640px; } } @media (min-width: 768px) { .container { max-width: 768px; } } @media (min-width: 1024px) { .container { max-width: 1024px; } } @media (min-width: 1280px) { .container { max-width: 1280px; } } @media (min-width: 1536px) { .container { max-width: 1536px; } } .title { font-size: 3rem; line-height: 1; font-weight: 800; letter-spacing: -0.025em; margin: 0; color: white; } @media (min-width: 640px) { .title { font-size: 5rem; } } .pinkSpan { color: hsl(280 100% 70%); } .description { text-align: center; color: black; }