10 lines
209 B
CSS
10 lines
209 B
CSS
body {
|
|
font-family: Tahoma;
|
|
height: 98vh;
|
|
/*background-image: linear-gradient(#4d4e4f 50%, rgb(154, 156, 156));*/
|
|
background-color: black;
|
|
color: white;
|
|
}
|
|
.imgfix img {
|
|
background-color: grey
|
|
} |