@keyframes hot-topic

Go down

@keyframes  hot-topic Empty @keyframes hot-topic

Post by Matti Fri Mar 17, 2023 10:06 pm

Code:
<div class="forum-status">
                             <em class="fa fa-file-text hot-topic"></em>     
</div>
 <style>

.hot-topic::before {
  animation: hot-topic linear 1s infinite;
  position: absolute;
}
@keyframes  hot-topic{0%,100%{transform:scale(.8)}50%{transform:scale(1.2)}}

.forum-status em {
  font-size: 26px;
  color: #8c8c8c;
  position: relative;
  justify-content: center;
  background: #ddd;
  width: 35px;
  align-items: center;
  display: flex;
  padding: 30px;
}

</style>
Matti
Matti
AdministratorFD Owner

Posts : 374
FD Cash $ : 653
Location : Forums Reputation : 35

https://forumdirectory.forumotion.net

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum