Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Center tag makes elements disappear

New Here ,
Jun 19, 2023 Jun 19, 2023

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.

126
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 19, 2023 Jun 19, 2023

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#

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 19, 2023 Jun 19, 2023
LATEST

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.

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines