16 lines
177 B
SCSS
16 lines
177 B
SCSS
body {
|
|
background-color: #121212;
|
|
color: snow;
|
|
}
|
|
|
|
img.imageSquare {
|
|
align-self: center;
|
|
}
|
|
|
|
#image00 {
|
|
background-color: black;
|
|
}
|
|
|
|
a {
|
|
color: lightseagreen;
|
|
} |