output 1 Click to collapse the range. 2 Click to collapse the range. 3 4 5 6 7 8 Click to collapse the range. 9 Click to collapse the range. 10 Click to collapse the range. 11 Click to collapse the range. 12 13 14 15 16 17 18 19 20 <!DOCTYPE html > < html > < head > < title > Ready to Build? </ title > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" /> < meta charset = "utf-8" > < script src = " https://cdn.tailwindcss.com " ></ script > </ head > < body class = "min-h-screen flex items-center justify-center bg-gradient-to-br text-white font-sans px-6" > < div class = "bg-gradient-to-br rounded-3xl shadow-2xl p-12 max-w-xl w-full border bg-gray-800 border-indigo-700/40 backdrop-blur-md" > < div class = "flex flex-col items-center space-y-6 " > < h1 class = "text-4xl lg:text-5xl text-white font-extrabold bg-gradient-to-r bg-clip-text drop-shadow-lg text-center" > Ready to build something cool? </ h1 > </ div > </ div > </ body > </ html > Create a website Settings