universe

Universe
git clone https://git.dasho.dev/universe.git
Log | Files | Refs | Submodules | README

chatauth.css (178B)


      1 .chatAuth {
      2  position: fixed;
      3  top: 50%;
      4  left: 0;
      5  right: 0;
      6  width: 400px;
      7  margin: 0 auto;
      8  transform: translateY(-50%);
      9  color: #fff;
     10  font-size: 18px;
     11 }