9 lines
147 B
CSS
9 lines
147 B
CSS
.mark{
|
|
width: 10px;
|
|
height: 10px;
|
|
position: absolute;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
background-position: 50% 0%;
|
|
}
|