Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to align UN-Ordered list in header.

Enthusiast ,
Jun 04, 2019 Jun 04, 2019

Hi,

How can I place "unordered list" to the top right corner in header?

Link

Hosuns Portfolio 3

Hosun Kang

Q_Dw_19_alignment.png

Tittle was edited by Moderator.

348
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Jun 04, 2019 Jun 04, 2019

Put the <ul></ul> in the header along with the img:

<header>

<img>

<ul></ul>

</header>

then

header {

display: flex;

justify-content: space-between;

}

Translate
LEGEND ,
Jun 04, 2019 Jun 04, 2019
LATEST

Put the <ul></ul> in the header along with the img:

<header>

<img>

<ul></ul>

</header>

then

header {

display: flex;

justify-content: space-between;

}

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines