Skip to content

Instantly share code, notes, and snippets.

@CyberstormFox
CyberstormFox / onetime_code.html
Created September 28, 2025 23:36
Snippet of HTML for clear one code displaying
<div style="background: #F5F5F5; display: flex; flex-direction: row; justify-content: center; align-items: center; width: 133px; height: 56px;">
<p style="font-family: Arial; color: rgba(0, 0, 0, 0.87); font-size: 24px; font-weight: 400; letter-spacing: 4px; margin-left: auto; margin-right:auto;">
123456
</p>
</div>