9 lines
71 B
CSS
9 lines
71 B
CSS
body{
|
|
background: lavender;
|
|
color:blue;
|
|
}
|
|
|
|
img{
|
|
max-width: 500px;
|
|
}
|