Skip to content

Instantly share code, notes, and snippets.

View mina-adibe's full-sized avatar
🎯
Focusing

mina bessada mina-adibe

🎯
Focusing
View GitHub Profile
@mina-adibe
mina-adibe / globals.css
Created December 5, 2023 19:29 — forked from adrianhajdin/globals.css
Next.js 13 Full Course 2023 | Build and Deploy a Full Stack App Using the Official React Framework
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@tailwind base;
@tailwind components;
@tailwind utilities;
/*
Note: The styles for this gradient grid background is heavily inspired by the creator of this amazing site (https://dub.sh) – all credits go to them!
*/
@mina-adibe
mina-adibe / vanilla-js-cheatsheet.md
Created July 18, 2020 16:02 — forked from thegitfather/vanilla-js-cheatsheet.md
Vanilla JavaScript Quick Reference / Cheatsheet