I have a list with some items, where I would like to add some additional space between the words using strictly css!
This is how the html is looking right now, and the css is not there, so please just help me with that.
HTML
<div class="container">
<p>List<->//more space item<->//more space number<->//more space one<->//more space</p>
<p>List<->//more space item<->//more space number<->//more space two<->//more space</p>
<p>List<->//more space item<->//more space number<->//more space three<->//more
space</p>
Use word-spacing property
http://www.w3schools.com/cssref/pr_text_word-spacing.asp