๋ฐ์ํ
๋ฉ๋ด | ๋ฉ๋ด | ๋ชจ์์ ๋ฐ๋ชจ์์ ๊ฐ์์ ํ์๋ก ๋ง๋๋ ๋ฐฉ๋ฒ
<header>
<nav>
<h1>LOGO</h1>
<ul>
<li><a href="/">menu1</a></li>
<li><a href="/">menu2</a></li>
<li><a href="/">menu3</a></li>
<li><a href="/">menu4</a></li>
</ul>
</nav>
</header>
* { margin: 0; padding: 0; box-sizing: border-box; }
li { list-style: none; }
a { text-decoration: none; color: inherit; }
nav { width: 800px; height: 40px; margin: 0 auto; background: #e1e1e1; display: flex; }
nav h1 { align-self: center; font-size: 14px; }
nav ul { margin-left: auto; display: flex; justify-content: center; align-items: center; }
nav ul li { position: relative; margin: 0 20px; }
nav ul li::before { display: block; content: ''; position: absolute; top: 0px; bottom: 0px; right: -20px; width: 4px; background-color: #888; }
/* before์ height๋ฅผ ์ฃผ์ง ์์๋ top/bottom์ ๊ฐ์ ์ฃผ๋ฉด ํ์ฑ๋๋ค. */
๋ฐ์ํ
'๐ฉ๐ปโ๐ปSTUDY > CSS' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[CSS] viewport (vw, vh, vmin, vmax) ์๋ฏธ์ ์ฌ์ฉ (0) | 2021.09.01 |
---|---|
[CSS] font-size๋ฅผ ํตํ rem์ฌ์ฉ๋ฐฉ๋ฒ๊ณผ ์ ์ํ ์ (0) | 2021.08.27 |
[CSS] nth-child(n) / nth-child(-n) (0) | 2021.07.05 |
[CSS] ๊ตญ๋ฌธ ์ซ์ ์๋ก ๋ค๋ฅธ ํฐํธ์ ์ฉํ๊ธฐ (unicode-range) (0) | 2021.07.04 |
[CSS] ์ด๋ฏธ์ง ๋น์จ๊ณ์ฐ (0) | 2021.06.21 |