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

    • 𝒍𝒆𝒎𝒂𝒏𝒏
      link
      139 months 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 😍

          • @snowraven@sh.itjust.works
            link
            fedilink
            2
            edit-2
            8 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>