How can you use the calc() function to create a width that is 50% of its container minus 30px? - Study24x7
Social learning Network
3 followers study24x7 13 Jun 2024 11:45 AM study24x7 study24x7

How can you use the calc() function to create a width that is 50% of its container minus 30px?

A

width: calc(50% - 30px);

B

width: calc(50% - 30);

C

width: 50% - 30px;

D

width: calc(50 - 30px);

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles