Answers for "how to minus from 100% vh - 90 px"

0

how to minus from 100% vh - 90 px

.container {
  min-height: calc(~"100vh - 150px");
}
Posted by: Guest on September-14-2021

Browse Popular Code Answers by Language