Skip to content

Instantly share code, notes, and snippets.

View cahyo988's full-sized avatar

Cahyo Saputra cahyo988

View GitHub Profile
@cahyo988
cahyo988 / globals.css
Created June 20, 2024 10:13 — 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!
*/