slider-pro-js
Version:
Modular JavaScript slider that is dependency-free, rich-featured, flexible and easy to use
26 lines (23 loc) • 399 B
CSS
a.sp-video {
text-decoration: none;
}
a.sp-video img {
backface-visibility: hidden;
border: none;
}
a.sp-video::after {
content: "\25B6";
position: absolute;
width: 45px;
padding-left: 5px;
height: 50px;
border: 2px solid #fff;
text-align: center;
font-size: 30px;
border-radius: 30px;
inset: 0;
color: #fff;
background-color: rgb(0 0 0 / 20%);
margin: auto;
line-height: 52px;
}