11 lines
127 B
SCSS
11 lines
127 B
SCSS
body {
|
|
background-color: dimgray;
|
|
}
|
|
|
|
img.imageSquare {
|
|
align-self: center;
|
|
}
|
|
|
|
#image00 {
|
|
background-color: black;
|
|
} |