Is there anyway that I can write a css value as mathematical expression? Example:
div{
height: 50% + 30px;
width: 40em - 5px;
}
If there is, it would be perfect.
PS: I don't want to do it with JS or JQuery.
Is there anyway that I can write a css value as mathematical expression? Example:
div{
height: 50% + 30px;
width: 40em - 5px;
}
If there is, it would be perfect.
PS: I don't want to do it with JS or JQuery.