0
導航菜單(移動版本)時,該按鈕重疊。據推測,按鈕應該只放置在pciture的底部(在白色bg之前)。如何解決這個問題?如何避免按鈕重疊?
CSS(手機版)
.home-header-button {
display: block;
text-align: center;
position: absolute;
margin: 13em auto;
width: 90%;
top: 25em;
}