Участник:VTCobaltblood/Test.css: различия между версиями

Материал из FIJTeam Project Wiki
Перейти к навигации Перейти к поиску
>VTCobaltblood
м (owo whats this do)
>VTCobaltblood
м (delightfully devilish, seymour)
Строка 21: Строка 21:
   border-color: grey;
   border-color: grey;
   text-align: center;
   text-align: center;
   float: left;
   display: inline-block;
}
}

Версия от 00:09, 30 июля 2019

@keyframes a {
   to: { transform: scale(300, 300); }
}

.tup {
   width: 1000px;
   height: 100px;
   animation: a 10s linear;
   animation-play-state: paused;
}

.tup:hover {
   animation-play-state: running;
}

.card {
  max-width: 350px;
  height: 600px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  text-align: center;
  display: inline-block;
}