SARANA USAHA

menginkubasi gagasan sampai bertumbuhkembang dan terasa betul manfaatnya

jualan ayam

<!DOCTYPE html>
<html>
<head>
 <title>Kelas Gratis: Ubah Hidup Anda dengan Ilmu yang Tepat!</title>
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <style>
 body {
 background-color: #6c5ce7;
 }
 .container {
 width: 80%;
 margin: 40px auto;
 background-color: #fff;
 padding: 20px;
 border-radius: 10px;
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 }
 .judul {
 font-size: 36px;
 font-weight: bold;
 color: #ffd700;
 }
 .subjudul {
 font-size: 24px;
 font-weight: bold;
 color: #666;
 }
 .gambar {
 width: 100%;
 height: 200px;
 background-image: url('https://web.whatsapp.com/814a1b1d-8911-4734-b78a-9a429aa04f50');
 background-size: cover;
 background-position: center;
 }
 .teks {
 font-size: 18px;
 color: #666;
 }
 .cta {
 background-color: #ffd700;
 color: #fff;
 padding: 10px 20px;
 border: none;
 border-radius: 5px;
 cursor: pointer;
 }
 .cta:hover {
 background-color: #ffc400;
 }
 </style>
</head>
<body>
 <div class="container">
 <h1 class="judul">Kelas Gratis: Ubah Hidup Anda dengan Ilmu yang Tepat!</h1>
 <h2 class="subjudul">Dapatkan akses ke kelas gratis kami dan ubah hidup Anda menjadi lebih baik!</h2>
 <div class="gambar"></div>
 <p class="teks">Dengan kelas gratis kami, Anda dapat memperoleh ilmu yang tepat untuk mengubah hidup Anda menjadi lebih baik. Daftar sekarang juga dan dapatkan akses ke kelas gratis kami!</p>
 <button class="cta">Daftar Sekarang!</button>
 </div>
</body>
</html>