Added boiler plate
This commit is contained in:
43
styles.css
Normal file
43
styles.css
Normal file
@@ -0,0 +1,43 @@
|
||||
/* 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 */
|
||||
}
|
||||
Reference in New Issue
Block a user