Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Ищу код группы директора с форума CRMP Online

никогда не поменяю аву
Ноя
2,666
5,329
Профессионал
CSS:
color: #ffaf38;
  font-weight: bold;
  text-shadow: #c0f 1px 1px 10px;
  border-raduis: 10px;
  border-radius: 8px;
  background: linear-gradient(270deg, #f00, #6e48aa, #9d50bb, #f00, #9932cc, #b0284d, #497fff, #9400d3, #f00, #7442c8, #8a2be2, #f00);
    background-size: auto;
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 900% 20%;
  color: #1000f2;
  animation: AnimNic 10s ease infinite;
 
Дек
108
17
Пользователь
CSS:
color: #ffaf38;
  font-weight: bold;
  text-shadow: #c0f 1px 1px 10px;
  border-raduis: 10px;
  border-radius: 8px;
  background: linear-gradient(270deg, #f00, #6e48aa, #9d50bb, #f00, #9932cc, #b0284d, #497fff, #9400d3, #f00, #7442c8, #8a2be2, #f00);
    background-size: auto;
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 900% 20%;
  color: #1000f2;
  animation: AnimNic 10s ease infinite;
фулл нельзя?
 
Дек
108
17
Пользователь
CSS:
color: #ffaf38;
  font-weight: bold;
  text-shadow: #c0f 1px 1px 10px;
  border-raduis: 10px;
  border-radius: 8px;
  background: linear-gradient(270deg, #f00, #6e48aa, #9d50bb, #f00, #9932cc, #b0284d, #497fff, #9400d3, #f00, #7442c8, #8a2be2, #f00);
    background-size: auto;
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 900% 20%;
  color: #1000f2;
  animation: AnimNic 10s ease infinite;

что это
 

Вложения

  • Screenshot_20251230-001914.jpg
    Screenshot_20251230-001914.jpg
    641.8 KB · Просмотры: 13
Янв
334
340
Пользователь
CSS:
.userBanner {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 72%;
    border-radius: 20px 6px;
    padding: 5.3px 7.3px;
    border: .5mm ridge rgba(255,255,255,0.4);
    background-size: 700% 700%;
    animation: AnimBanner 10s ease infinite;
}

.admin {
    background-image: linear-gradient(270deg, #6e48aa, #9d50bb, #9932cc, #9400d3, #7442c8, #8a2be2);
    box-shadow: #6e48aa 1px 1px 10px;
}
 
Сверху