CSS

Notes

calc

.class {
  width: calc(100vh - 50px);
}

Last updated