【发布时间】:2016-08-05 18:23:39
【问题描述】:
我的导航栏底部太偏左了。请帮忙!
这是我的html:
<div id="bottem">
<h4>Made by xyz 2016</h4>
<h5>With lots of help from Develop Academy </h5>
<h5><a href="info.html" id="info">More Info</a></h5>
</div>
这是我的 CSS:
#bottem {
margin-right: 10px;
margin-left: 10px;
background-color: rgba(51, 126, 198, 0.28);
display: inline-block;
width: 100%;
}
这是我的网站: enter image description here
【问题讨论】:
-
...你的意思是“向右走”?
标签: html css navigation navbar