5 lines
66 B
CSS
5 lines
66 B
CSS
|
img.jpegphoto {
|
||
|
display:block;
|
||
|
max-width:100px;
|
||
|
height:100px;
|
||
|
}
|