Kg To Viss Calculator -

.sub font-size: 0.9rem; color: #2c5a2e; border-left: 4px solid #3b8b4e; padding-left: 12px; margin-top: 6px; margin-bottom: 28px; font-weight: 500;

.result-area background: #eef3ea; border-radius: 36px; padding: 1.2rem 1.5rem; margin: 28px 0 20px; text-align: center; border: 1px solid #cbe0cd; .viss-value font-size: 2.6rem; font-weight: 800; color: #1b4d2e; line-height: 1.2; word-break: break-word; .viss-label font-size: 1rem; letter-spacing: 1px; font-weight: 500; color: #3b6e47; margin-top: 6px; .note font-size: 0.75rem; background: #fef9e3; padding: 8px 12px; border-radius: 60px; display: inline-block; margin-top: 12px; color: #7a6300; kg to viss calculator

<div class="result-area"> <div class="viss-value" id="vissDisplay">0.0000</div> <div class="viss-label">▼ viss (kyattha) ▼</div> <div class="note">1 viss = 1.6329 kilograms (exact conversion)</div> </div> .sub font-size: 0.9rem

label display: flex; align-items: center; gap: 8px; font-weight: 600; color: #1a3f2a; margin-bottom: 10px; font-size: 1rem; border-left: 4px solid #3b8b4e

footer text-align: center; font-size: 0.7rem; color: #6f7c6b; margin-top: 24px; border-top: 1px solid #dfe7da; padding-top: 16px;

<script> (function() // CONVERSION FACTOR: 1 viss = 1.6329 kg const KG_PER_VISS = 1.6329;

.swap-btn background: #1f5438; border: none; color: white; font-weight: 600; padding: 10px 24px; border-radius: 40px; font-size: 0.9rem; cursor: pointer; transition: 0.2s; display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.1); .swap-btn:hover background: #123d26; transform: scale(0.97);