Ad Preview
Hex Mom
Almost 600+ multi tools for all types of work
Ad Details
Generate Ad Code
Create your ad code with lifetime visibility. The generated code can be placed on any website to showcase Hex Mom.
<!-- Hex Mom Ad Code --> <div class="hex-mom-ad"> <a href="https://hex.mom" target="_blank" rel="noopener"> <div class="ad-container"> <div class="ad-icon"> <i class="fas fa-tools"></i> </div> <div class="ad-content"> <h3 class="ad-title">Hex Mom</h3> <p class="ad-text">Almost 600+ multi tools for all types of work</p> </div> </div> <div class="ad-footer"> <span class="ad-domain">hex.mom</span> <span class="ad-duration">Lifetime Ad</span> </div> </a> </div> <style> .hex-mom-ad { max-width: 320px; background: #0f172a; border: 1px solid rgba(66, 248, 245, 0.3); border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(66, 248, 245, 0.15); transition: transform 0.3s ease, box-shadow 0.3s ease; font-family: 'Inter', sans-serif; } .hex-mom-ad:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(66, 248, 245, 0.3); } .ad-container { display: flex; padding: 16px; } .ad-icon { margin-right: 12px; font-size: 24px; color: #42f8f5; } .ad-content { flex: 1; } .ad-title { font-size: 18px; font-weight: 700; margin: 0 0 4px; color: white; } .ad-text { font-size: 14px; color: #cbd5e1; margin: 0; } .ad-footer { display: flex; justify-content: space-between; padding: 10px 16px; background: rgba(66, 248, 245, 0.1); border-top: 1px solid rgba(66, 248, 245, 0.1); font-size: 12px; } .ad-domain { color: #94a3b8; } .ad-duration { color: #42f8f5; display: flex; align-items: center; } .ad-duration::before { content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #42f8f5; margin-right: 6px; } </style> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">