Cap

Please tell me how to put in the line Home, Help and Sign in

Closed due to the fact that the essence of the question is incomprehensible to the participants by cheops , aleksandr barakin , D-side , Streletz , user194374 Jun 29 '16 at 5:58 .

Try to write more detailed questions. To get an answer, explain what exactly you see the problem, how to reproduce it, what you want to get as a result, etc. Give an example that clearly demonstrates the problem. If the question can be reformulated according to the rules set out in the certificate , edit it .

  • Ruby on Rails has nothing to do with it. This is a problem of typesetting and styles, and you have given absolutely no information to reproduce it. - D-side

1 answer 1

RR nothing to do with it, but with HTML and CSS this option is possible:

 .header { background-color: #222222; padding: 15px; } .header .header_item { color: #5d5d5d; display: inline-block; font-family: Arial; } 
 <div class="header"> <div class="header_item">Home</div> <div class="header_item">Help</div> <div class="header_item">Sign in</div> </div>