CSS How to set div height 100% minus nPx [duplicate]

In CSS3 you could use

height: calc(100% - 60px);

Leave a Comment