Я пытаюсь добавить галочку в моем приложении. В настоящее время мой фон black
. Не могли бы вы сказать мне, как добавить outline tick
это код
https://jsbin.com/cilocakedu/edit?html,css,output
.img {
width: 200px;
opacity: 0.5
}
.image-container {
position: relative;
text-align: center;
}
.icon {
position: absolute;
top: 50%;
left: 50%;
font-size: 5rem;
transform: translate(-50%, -50%);
}