felvieira
11/18/2019 - 5:36 AM

Background para modal ou para dar focu com Pseudoelemento

Qdo quiser o foco acrescentar a classe focus no elemento

  .focus:before{
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0,0,0,0.4);
      z-index: 0;
      pointer-events: none;
  }