Skip to content

Instantly share code, notes, and snippets.

View ShubhamJ010's full-sized avatar
🥰

Shubham Jha ShubhamJ010

🥰
View GitHub Profile
@ShubhamJ010
ShubhamJ010 / README.md
Created November 2, 2023 16:17 — forked from piyushgarg-dev/README.md
Kafka Crash Course
@ShubhamJ010
ShubhamJ010 / Nav.css
Last active October 6, 2023 16:50
Macos style navigation bar
Css
/* Navbar.css */
.navbar-container {
position: fixed;
bottom: 20px;
left: 0;
right: 0;
height: 5rem;
background-color: transparent;