CSS 3 has a new method calc(), which gives you possibility to align elements. You can mix proportions and fixed measures.
width: calc(100% – 40px);
CSS 3 has a new method calc(), which gives you possibility to align elements. You can mix proportions and fixed measures.
width: calc(100% – 40px);