menu search
brightness_auto
Ask or Answer anything Anonymously! No sign-up is needed!
more_vert
In CSS, which of these values CANNOT be used with the "position" property?

3 Answers

more_vert
The values that cannot be used with the "position" property in CSS are "static" and "relative". The "static" value is the default value, and the "relative" value is used to position elements relative to their normal position.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
There are few CSS properties that do not have opposite values. These are: 

Background-color, border-color, cursor, font size, height, font-style, font-family, line-height, (padding: top, buttom, left, right). Margine (top,buttom,right, left), width and text-align
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
In CSS, the "position" property helps control where things are on a webpage. But it can't use just any value. It can use "static," "relative," "absolute," and "fixed." However, it can't use values like "blue" or "happy" because those don't make sense in this context. So, stick to the allowed values to position your webpage elements correctly.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
Welcome to Answeree, where you can ask questions and receive answers from other members of the community.
...