I tried stroke but didn't get the result, so please suggest me the CSS to solve this problem. I also tried shadow to text:
body { color: #000; -webkit-text-fill-color: #030303; -webkit-text-stroke-width: 0px; -webkit-text-stroke-color: #fbf7f7; text-shadow: 8px -2px 0 #fff4f4, -4px -6px 0 #fff, -6px -5px 0 #fff, -8px 5px 0 #fffbfb; } /* added by Editor for demonstration purpose */ body { background-color: lightgray; }
Lorem Ipsum
You can use
text stroke
: