7 lines
82 B
CSS
7 lines
82 B
CSS
|
body {
|
||
|
background-color: #333;
|
||
|
color: #fff;
|
||
|
}
|
||
|
img {
|
||
|
max-width: 100%;
|
||
|
}
|