| 12345678910111213141516171819202122 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Document</title>
- <style>
- .sprite{
- width: 41px;
- height: 69px;
- background-image: url("./img/xiaomi/icon-slides.png");
- border:3px dashed red;
- background-position: -41px 0;
- }
- </style>
- </head>
- <body>
- <div class="sprite">
- </div>
- </body>
- </html>
|