CSS - using calc property

0 votes
210 views
added Jan 25, 2019 in CSS by LC Marshal Captain (25,790 points)
right: calc((100% - 1000px) / 2);
@media (min-width: 1440px) {
  right: calc((100% - 1390px) / 2);
}

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...