contaigents
Version:
Modular AI Content Ecosystem with Audio Generation
39 lines (37 loc) • 1.26 kB
HTML
<!--
Generated by Contaigents TextToImageTool
Timestamp: 2025-09-19T17:32:39.900Z
Text Content: BANNER TEXT
Design Prompt: Vibrant banner with gradient background
Dimensions: 300x100
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Generated Text Image</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
<script>
tailwind.config = {
theme: {
extend: {
fontFamily: {
'inter': ['Inter', 'sans-serif']
}
}
}
}
</script>
</head>
<body class="m-0 p-0 font-inter" style="width: 300px; height: 100px;">
<div class="w-full h-full bg-gradient-to-r from-blue-500 via-purple-500 to-pink-500 p-8 rounded-lg flex items-center justify-center">
<div class="text-white text-center max-w-full">
<div class="text-2xl md:text-3xl lg:text-4xl font-bold leading-tight whitespace-pre-line ">
BANNER TEXT
</div>
</div>
</div>
</body>
</html>