Is it possible to add blank space between specific letters using CSS?
What I have: UnitedKingdom
What I want: United Kingdom
Ideally, I want to read the text using CSS and if I found "UnitedKingdom" then replace it with "United Kingdom"
Is it possible to add blank space between specific letters using CSS?
What I have: UnitedKingdom
What I want: United Kingdom
Ideally, I want to read the text using CSS and if I found "UnitedKingdom" then replace it with "United Kingdom"