How to arrange text in same line in CSS | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to arrange text in same line in CSS

I am making navigation for my website but I cannot arrange text for navigation options in a single line.

2nd May 2017, 1:38 PM
Awais Saeed
Awais Saeed - avatar
3 Answers
+ 4
float: left; or float:right; , but i recommend display: inline-block for nav, for <li> tags :)
2nd May 2017, 1:54 PM
Nikola Stojiljkovic
Nikola Stojiljkovic - avatar
2nd May 2017, 1:48 PM
Calviղ
Calviղ - avatar
+ 1
Try display: inline-block;
2nd May 2017, 1:47 PM
Christian Bradley
Christian Bradley - avatar