space between 2 words CSS
问题 I would like to do a space between 2 words in css for example: 1 RUNNING DAYS ADMIN@SUPER.BIZ In HTML there is    but it's not correct to use   I think? <div class="bandeau-blanc"> <div class="sous-titre-bandeau-blanc"><i class="far fa-calendar"></i> 1 RUNNING DAYS    <i class="far fa-envelope"></i>ADMIN@SUPERBTC.BIZ</div> </div> How to do that in CSS ? .sous-titre-bandeau-blanc{ font-family: 'Open Sans', sans-serif; font-size: 13.3333px; color: #474747; padding-top: 14px; padding