Copy link to clipboard
Copied
I have four media queries, three in which the center tag appears and wrks just fine. However, when checking the fourth one, the element with the center tag disappers completely. The query size is 1276-1920px, not sure if this information helps. Any comment or suggestion would be highly appreciated.
Copy link to clipboard
Copied
The center tag has been deprecated for some time. I would just change the center to a div and use the CSS styles to center. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/center#
Copy link to clipboard
Copied
99% of problems are caused by coding errors. Validate HTML and CSS with these online tools & fix reported errors
HTML https://validator.w3.org/
CSS https://jigsaw.w3.org/css-validator/
Hope that helps.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now