Skip to content

Instantly share code, notes, and snippets.

View otabekoff's full-sized avatar
👨‍💻
Contributing to GitHub

Otabek otabekoff

👨‍💻
Contributing to GitHub
View GitHub Profile
@otabekoff
otabekoff / index.css
Created March 24, 2024 21:37 — forked from adrianhajdin/index.css
3D Portfolio Gists
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--blue-rgb: 237 245 255;
--green-rgb: 125 161 35;
}