我希望按鈕保持在原來的位置,但要將徽標設置爲與屏幕寬度相關。然而,標誌稍微偏右。我認爲這是由於左側的按鈕。另外,如何將徽標垂直放置在菜單欄中?謝謝你的幫助。圖像沒有正確居中
<div style="position:fixed; display:inline; max-width:100%; background-color:white; left:0px; top:0px; right:0px; border-bottom:1px solid #6C7A89; text-align:center;">
<button style="width:80px; height:80px; background:transparent; border:none; font-size:27px; outline:none; float:left;" onclick="w3_open()">☰</button>
<img src="https://nebulon.io/nebulon.png" style="max-height:70px;">
</div>
https://jsfiddle.net/bjLex5qm/1/