10 lines
102 B
CSS
10 lines
102 B
CSS
|
img {
|
||
|
margin: 10px;
|
||
|
width: 420px;
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
font-family: Courier new;
|
||
|
font-size: 18px;
|
||
|
}
|