... > coding.smashingmagazine.com/..にあるこのチュートリアルの助けを借りて
nav {
color: #fff;
background-color: #333;
position: relative;
height: 200px;
}
nav ul {
list-style: none;
overflow: auto;
width: 50%;
height: 50%;
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}
nav li {
display: inline-block;
margin: 0 10px;
font-size: 25px;
line-height: 100%;
}
私はそれを正しく理解できません。私のjsfiddleを見てください。
助けてくれてありがとう。
画像... chrome/ macos x 10.8.x > ul v/h は中央揃えですか?