使用flexbox对齐左侧的徽标和右侧的导航项目

时间:2016-07-09 05:18:14

标签: html css html5 css3 flexbox

我希望我的徽标在左侧,关于我们和登录在另一侧。

我尝试使用浮动,但右浮动固定在标题的底部。

我也尝试使用flexbox,但事情并没有按照我的意愿行事。



<header>
  <a id="logo" href="#">Logo</a>
  <nav>
    <ul>
      <li><a id="aboutus" href="#">About Us</a></li>
      <li><a id="login" href="#">Log In</a></li>
    </ul>
  </nav>
</header>
&#13;
&#13;
&#13;

有关最简单方法的建议吗?

1 个答案:

答案 0 :(得分:0)

Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
   at System.Net.UnsafeNclNativeMethods.SetFileCompletionNotificationModes(CriticalHandle handle, FileCompletionNotificationModes modes)
   at System.Net.HttpListener.CreateRequestQueueHandle()
   at System.Net.HttpListener.Start()
   at Kes.WebServer.Start()
   at Kes.KesWebServiceCmd.ExecuteInt()
   at Kes.KesWebServiceCmd.Execute()
   at Kes.Program.Main(String[] args)

试试这个