Шаблон:MinisterialInfo/styles.css: различия между версиями

Материал из МК14 | Space Station 14 Wiki
м (test)
м (test 1)
Строка 23: Строка 23:
agit {
agit {
   position: fixed;
   position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
}

Версия от 13:49, 2 августа 2024

@keyframes animationOne {
   from {
      opacity: 0;
   }

   to {
      opacity: 1;
   }
}

@keyframes text1 {
   0% {
      color: #000;
      margin-bottom: -40px;
   }

   85% {
      letter-spacing: 8px;
      margin-bottom: -40px;
   }
}

agit {
  position: fixed;
}