assignment 1
This commit is contained in:
26
practices/24-9-10/css/index.css
Normal file
26
practices/24-9-10/css/index.css
Normal file
@@ -0,0 +1,26 @@
|
||||
@import 'common.css';
|
||||
|
||||
header {
|
||||
background-color: var(--color-purple-500);
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
align-items: center;
|
||||
|
||||
& > img {
|
||||
width: 64px;
|
||||
}
|
||||
}
|
||||
|
||||
main {
|
||||
background-color: var(--color-amber-500);
|
||||
}
|
||||
|
||||
footer {
|
||||
background-color: var(--color-emerald-500);
|
||||
}
|
||||
|
||||
body {
|
||||
& > * {
|
||||
padding: 6rem 1rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user