Fix(Structure): Split styles.css into separate files for different components and sections.
This commit is contained in:
12
styles/header.css
Normal file
12
styles/header.css
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
/* Header styles */
|
||||
header {
|
||||
background-color: var(--primary-colour);
|
||||
color: var(--text-background-colour);
|
||||
padding: 2rem 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
color: var(--text-background-colour);
|
||||
}
|
||||
Reference in New Issue
Block a user