Kizspy | Question: 5
(Choose 1 answer)
What is wrong with this code?
div{
position: static;
left: 10px;
A. There is nothing wrong with this code.
B. The code works, but the left property is not necessary since static elements don't allow offsets
C. "static" is not a valid option for position