Files
g8-m2/styles.css
2025-11-18 13:20:49 +03:00

43 lines
719 B
CSS

/* File: starter-styles.css */
/* Custom Styles - Starter Template */
/* Header styles */
.header-logo {
max-width: 300px;
height: auto;
}
.navbar-logo {
max-height: 3rem !important;
}
/* Navigation styles */
.navbar {
/* TODO: Add custom navigation styling */
}
.nav-link {
/* TODO: Add custom link styling */
}
/* Content styles */
.container {
/* TODO: Add custom container styling */
}
h1, h2, h3 {
/* TODO: Add custom heading styles */
}
/* Footer styles */
.footer {
/* TODO: Add custom footer styling */
margin-top: 50px;
padding: 20px;
text-align: center;
}
/* Responsive adjustments */
@media (max-width: 576px) {
/* TODO: Add mobile-specific styles */
}