7 lines
50 B
CSS
7 lines
50 B
CSS
|
h1 {
|
||
|
color: grey;
|
||
|
}
|
||
|
|
||
|
img {
|
||
|
width: 250px;
|
||
|
}
|