7 lines
174 B
CSS
7 lines
174 B
CSS
|
#reference {
|
||
|
background-image: url("green-border-red-100x100.png");
|
||
|
background-size: 100px 100px;
|
||
|
background-position: center center;
|
||
|
background-repeat: no-repeat;
|
||
|
}
|