CSS has a special calc() function for doing basic math. ... .main-content { /* Subtract 80px from 100vh */ height: calc(100vh - 80px); }.
確定! 回上一頁