6 lines
77 B
CSS
6 lines
77 B
CSS
|
|
.imaged {
|
||
|
|
width: 200px;
|
||
|
|
height: 200px;
|
||
|
|
background: url(../pptr.png);
|
||
|
|
}
|