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