Skip to content

Instantly share code, notes, and snippets.

View alokverma18's full-sized avatar

Alok Verma alokverma18

View GitHub Profile
@alokverma18
alokverma18 / header.component.css
Last active July 3, 2024 17:29
Angular Responsive Header
/* General Styles */
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #333;
padding: 1rem 2rem;
color: white;
position: relative;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Add subtle shadow */