Posts

indiseva2

<style>   body { font-family: Arial, sans-serif; margin: 0; background: #f7f9fa; color: #144E5A; line-height: 1.6; }   header { background: #144E5A; color: white; text-align: center; padding: 40px 20px; }   header img { max-width: 120px; }   header h1 { margin: 15px 0 5px; font-size: 2.5rem; }   header p { font-size: 1.2rem; }   section { padding: 40px 20px; max-width: 1100px; margin: auto; }   h2 { color: #144E5A; border-bottom: 3px solid #f0c040; display: inline-block; margin-bottom: 20px; }   .three-col { display: flex; flex-wrap: wrap; gap: 20px; }   .box { background: white; padding: 20px; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.1); flex: 1 1 calc(33% - 20px); }   ul { list-style-type: square; padding-left: 20px; }   table { width: 100%; border-collapse: collapse; margin-top: 15px; }   table, th, td { border: 1px solid #ccc; }   th, td { padding: 10px; text-align: left; }   th { background: #...

indiseva1

<!DOCTYPE html> <html lang="en"> <head>   <meta charset="UTF-8" />   <meta name="viewport" content="width=device-width, initial-scale=1.0"/>   <title>Indi सेवा - Instant Worker & Service Platform</title>   <style>     body { font-family: Arial, sans-serif; margin: 0; background: #f7f9fa; color: #144E5A; line-height: 1.6; }     header { background: #144E5A; color: white; text-align: center; padding: 40px 20px; }     header img { max-width: 120px; }     header h1 { margin: 15px 0 5px; font-size: 2.5rem; }     header p { font-size: 1.2rem; }     section { padding: 40px 20px; max-width: 1100px; margin: auto; }     h2 { color: #144E5A; border-bottom: 3px solid #f0c040; display: inline-block; margin-bottom: 20px; }     .three-col { display: flex; flex-wrap: wrap; gap: 20px; }     .box { background: white; padding: 20px; border-radius...