Skip to content

Instantly share code, notes, and snippets.

@HORKimhab
Created November 21, 2025 22:58
Show Gist options
  • Select an option

  • Save HORKimhab/b12e24ae445d121c89d8a1e7c5197db7 to your computer and use it in GitHub Desktop.

Select an option

Save HORKimhab/b12e24ae445d121c89d8a1e7c5197db7 to your computer and use it in GitHub Desktop.
Style js condition - tutorial js hkimhab
body { font-family: system-ui, Arial; padding: 20px; max-width: 800px; }
.box { padding: 10px; border-radius: 6px; margin-bottom: 12px; }
.output { background:#f7f7f7; padding:10px; border:1px solid #ddd; border-radius:6px; }
.hidden { display:none; }
.green { color: #0a0; }
.red { color: #a00; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment