+ 2
some know how to tidy up nav and text menus like this?
the navbar menu with the text below is continued
17 Antworten
+ 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?)
0
Okey ... wait i write it
0
Thank you for responding
0
what is the code you sent, you repaired?
0
Good work
0
I love it it is good
0
Really?
0
Yes it is so good good job 👏 👍
0
War are you from???
0
Thank
0
What do you mean think
0
I don't know wer you from
0
Are you there 🤔
0
Im from indonesia
0
Calvin, thanks for fixing it:)
- 1
Could you please include the code that you need help with.