Skip to content

Instantly share code, notes, and snippets.

View w3teal's full-sized avatar
🫧
gulug gulug

W3Teal w3teal

🫧
gulug gulug
View GitHub Profile
Kanye West ███████▏░░░░░░░░░ 42 plays
twenty one pilots ████▎░░░░░░░░░░░░ 25 plays
The Weeknd ███▉░░░░░░░░░░░░░ 23 plays
Kendrick Lamar ▋░░░░░░░░░░░░░░░░ 4 plays
Harry Styles ▎░░░░░░░░░░░░░░░░ 2 plays
Tyler, The Creator ▎░░░░░░░░░░░░░░░░ 2 plays
JAY-Z ▏░░░░░░░░░░░░░░░░ 1 plays
⭐ Total Stars: 76
➕ Total Commits: 1,486
🔀 Total PRs: 63
🚩 Total Issues: 54
📦 Contributed to: 33
%reset-Button {
all: unset;
outline: revert;
}
@w3teal
w3teal / Fwc2026 beta.css
Last active April 4, 2024 02:28
Font face of FIFA World Cup 26.
// Font face of FIFA World Cup 26. (Just support uppercase font.)
// From vancouverfwc26.ca's CSS. https://assets-global.website-files.com/64591cc8881aae932dfe7bc9/css/fifawc-x-vancouver.webflow.28c65bde4.css
@font-face {
font-family: 'Fwc2026 beta UltraCondensed';
src: url('https://assets.website-files.com/64591cc8881aae932dfe7bc9/645923f876ac15598095c542_FWC2026-BETA-UltraCondensedBlack.ttf') format('truetype');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@w3teal
w3teal / 1.js
Created February 7, 2024 05:33
KustomAlert.js
// 1
function oneAlert() {
var alertElement = document.createElement("div");
alertElement.className = "alert";
alertElement.innerHTML = "This alert will go";
var styleElement = document.createElement("style");
styleElement.textContent = `
@keyframes grow { from { transform: scale(0); } to { transform: scale(1); } }
/** Copies.js */
function copyToClipboard(element) { var $temp = $("<input>"); $("body").append($temp); $temp.val($(element).text()).select(); document.execCommand("copy"); $temp.remove(); }
@w3teal
w3teal / README.md
Last active February 19, 2024 08:25
LIGMATV's Readme (Old version)