“im going on the hub”, What else could that mean? other than the a universal binary management website!!!

  • @H2207
    link
    121 year ago

    Things were centered easily

    • 𝒍𝒆𝒎𝒂𝒏𝒏
      link
      fedilink
      131 year ago

      Ah yes, good old top:50% left:50% margin-left:-50% margin-top:-50%

      Before that was worse, straight up center tags everywhere and assuming the user’s screen was 1024x768 lol. Things today are sooooo much nicer with flexbox and especially CSS grid 😍

        • @Alfika07
          link
          111 months ago

          This would be so good nowdays. Why did they remove it?

          • @[email protected]
            link
            fedilink
            2
            edit-2
            11 months ago

            For semantic reasons.

            Each element in HTML should correspond to a proper semantic element. For example, navigation elements should go within <nav>. Elements like <center> are remanants of the good ol days when css wasn’t mature enough and you’d add color to an element via attributes. Obviously, center has no semantic meaning and pretty much useless in web dev now. It hasn’t been removed but deprecated.

            These are "should"s and not "must"s. This is why divs exist because many times it’s hard to decide what semantic meaning a piece of content has, so divs are just generic components when you can’t think of an better semantic tag.</center></nav>