- @media (min-width: 769px) and (max-width: 1023px) {
+ @media (769px <= width < 1024px) {
position:https://developer.mozilla.org/en-US/docs/Web/CSS/p...
fixed
The element is removed from the normal document flow, and no space is created for the element in the page layout.
The :valid CSS pseudo-class represents any or other element whose contents validate successfully.