• Destide@feddit.uk
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    11 months ago
                        Awesome
     
      It's a really good skill to learn.           But Make sure you get a good work flow.  
          You don't want to be one of those that can't center a div
    
    • Vishram1123@lemm.ee
      link
      fedilink
      arrow-up
      1
      ·
      11 months ago
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      
      display: flex;
      align-items: center;
      justify-content: center;
      
      display: grid;
      place-items: center;