A background color is added to the links to show the link area.
Notice that the whole link area is clickable, not just the text.
display: block;
- 링크를 블럭 요소로 표시하면, 텍스트뿐만 아니라 전체 링크 영역을 클릭할 수 있게 만들고, 너비 (그리고 패딩, 마진, 높이 등)를 지정할 수 있습니다.width: 60px;
- 블럭 요소는 기본적으로 사용 가능한 전체 너비를 차지합니다. 60픽셀의 너비를 지정합니다.
또한 블록 요소로 표시될 때 사용 가능한 전체 너비를 차지하기 때문에, <ul>의 너비를 설정하고, <a>의 너비를 제거할 수 있습니다.
이전 예제와 동일한 결과가 생성됩니다. 이전 예제와 동일한 결과가 생성됩니다.
A background color is added to the links to show the link area.
Notice that the whole link area is clickable, not just the text.
In this exmple, we create an "active" class with a green background color and a white text. The class is added to the "Home" link.
text-align:center
를 <li> 또는 <a>에 추가하여, 링크를 중앙에 배치합니다.
border
속성을 <ul>에 추가하고, navbar 주위에 보더를 추가합니다. navbar 안에 보더를 추가하려면,
마지막 요소를 제외한 모든 <li> 요소에 border-bottom
을 추가합니다.
In this exmple, we center the navigation links and add a border to the naviation bar.
Notice that this div element has a left margin of 25%. This is because the side navigation is set to 25% width. If you remove the margin, the sidenav will overlay/sit on top of this div.
Also notice that we have set overflow:auto to sidenav. This willl add a scrollbar when the sidenav is too long (for exmaple if it has over 50 links inside of it).
Some text...
Some text...
Some text...
Some text...
Some text...
Some text...
Some text...
Some text...
Some text...
Some text...
Some text...
Some text...
Some text...
Some text...
Some text...
Some text...
Some text...