Skip to content

Instantly share code, notes, and snippets.

View zailio-labs's full-sized avatar
🙂
Be Positive

Zailio Labs zailio-labs

🙂
Be Positive
View GitHub Profile
/* Copyright (C) 2025 Codex.
Licensed under the MIT License;
you may not use this file except in compliance with the License.
Codex - Ziyan
*/
const { Bixby, isPrivate } = require("../lib");
Bixby(
{
pattern: "gist",
/* Copyright (C) 2025 Codex.
Licensed under the MIT License;
you may not use this file except in compliance with the License.
Codex - Ziyan
*/
const { Bixby, isPrivate } = require("../lib");
Bixby(
{
pattern: "gist",
@zailio-labs
zailio-labs / index.html
Created August 16, 2022 18:32
Progress Bar With Animations
<div class="progress">
<div class="progress__fill"></div>
<span class="progress__text">0%</span>
</div>
@zailio-labs
zailio-labs / index.html
Created August 16, 2022 18:32
Progress Bar With Animations
<div class="progress">
<div class="progress__fill"></div>
<span class="progress__text">0%</span>
</div>
@zailio-labs
zailio-labs / amazing-neon-login-form-just-by-using-html-css.markdown
Created August 16, 2022 06:48
Amazing Neon Login Form Just By Using HTML & CSS