why does the w3c css validator give me errors on these expressions:
#logo {
width: calc(0.85*6.25rem);
height: calc (10.8125rem*0.85);
}
.navpad {
padding-top: calc(0.05*(100% - 12*1.5*1rem - (10.8125rem*0.85)));
}
thanks for any tips
why does the w3c css validator give me errors on these expressions:
#logo {
width: calc(0.85*6.25rem);
height: calc (10.8125rem*0.85);
}
.navpad {
padding-top: calc(0.05*(100% - 12*1.5*1rem - (10.8125rem*0.85)));
}
thanks for any tips