Question

Which CSS property and value combination makes an element completely invisible but still occupies space in the layout?

A display: none
B visibility: hidden
C opacity: 0
D position: absolute; top: -9999px
E z-index: -1
Practice Next

Hey! Ask a query