CINXE.COM
ENCODE
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css" rel="stylesheet"> <title>ENCODE</title> </head> <body class="h-screen w-screen overflow-hidden "> <div class="flex items-center justify-center h-full w-full bg-gray-800" > <div class="container overflow-hidden"> <div class="text-center"> <h2 class="text-6xl tracking-tight font-bold text-white sm:text-8xl" > encode </h2> <h3 class="text-xl tracking-tight font-normal text-white sm:text-3xl"> User focused applications </h2> </div> </div> </body> </html>