The Link to the code任何人都知道如何縮短我的按鈕的寬度?
我正在嘗試重新調整中心/頁面底部附近的5倍按鈕大小。
如何縮短(同時將它們保持在同一位置)按鈕的寬度爲目前的一半?
/* Nav */
.nav li {
list-style: none;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
Color: White;
Border: 3px Solid;
border-color: black;
font-family: 'Roboto',sans-serif;
background-color: #99CCFF;
letter-spacing: 1px;
margin-bottom: 20px;
}
.nav li:hover {
background: #117bff;
cursor: pointer;
transition: background 1s;
font-weight: bold;
}
你也可以發佈HTML嗎? – kfreeman04208
如果您使用.nav類的(P/DIV)標籤,則必須使用 display:inline-block; 該標籤的屬性。 –