some know how to tidy up nav and text menus like this? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

some know how to tidy up nav and text menus like this?

the navbar menu with the text below is continued

1st Apr 2022, 2:12 AM
Ssi
17 Answers
+ 1
<body> <img src="about3.jpeg"/> <hr> <h1> About Us</h1> <nav> <ul type="none"> <li><a href="#">Home</a></li> <li><a href="#">About Us</a></li> <li><a href="#">ContactUs</a></li> <li><a href="#">Privacy</a></li> </li> </ul> </nav> <p> ini merupakan blog pertamaku ghfggghhhh dst....</p> </body> (which is above the html code and this is css code) Code css: body{ margin-left:0px; padding-left:150px; Padding-right:150px; } h1{ text-align:center; } p{ text-align: justify; } nav ul{ margin:0; padding:0; } nav ul li{ float: left; } (I'm confused how to arrange the position of the menu to line the side and down?)
1st Apr 2022, 2:52 AM
Ssi
0
Okey ... wait i write it
1st Apr 2022, 2:36 AM
Ssi
0
Thank you for responding
1st Apr 2022, 2:53 AM
Ssi
0
what is the code you sent, you repaired?
1st Apr 2022, 10:58 AM
Ssi
0
Good work
1st Apr 2022, 1:53 PM
kasim Bashire
0
I love it it is good
1st Apr 2022, 1:54 PM
kasim Bashire
0
Really?
1st Apr 2022, 1:57 PM
Ssi
0
Yes it is so good good job 👏 👍
1st Apr 2022, 2:03 PM
kasim Bashire
0
War are you from???
1st Apr 2022, 2:06 PM
kasim Bashire
0
Thank
1st Apr 2022, 2:06 PM
Ssi
0
What do you mean think
1st Apr 2022, 2:07 PM
kasim Bashire
0
I don't know wer you from
1st Apr 2022, 2:07 PM
kasim Bashire
0
Are you there 🤔
1st Apr 2022, 2:08 PM
kasim Bashire
0
Im from indonesia
1st Apr 2022, 2:14 PM
Ssi
0
Calvin, thanks for fixing it:)
1st Apr 2022, 10:00 PM
Ssi
- 1
Could you please include the code that you need help with.
1st Apr 2022, 2:13 AM
rafalzacher1