1.TEXT:hover{
2 -webkit-text-stroke-width: 1px; /* 1px Stroke */
3 -webkit-text-stroke-color: #ffffff; /* White Color */
4 transition: 1s /* Displays in 1 Second */
5}
1section .title h3
2{
3 font-weight: 500; /* ( optional ) */
4 -webkit-text-stroke: 0.8px #8d8d8d !important; /* ( stroke weight + color ) */
5}