By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!подскажите какой код вам нуженЗдраствуйте можете помочь как сделать баннера как на этом форуме но мне нужен только эффект желательно с кодом который будет распрострнен только 1 баннер а не на все
На эффект баннера который на этом форумеподскажите какой код вам нужен
.userBannerLight {
display: inline-block;
text-align: center;
font-weight: 500;
color: #fff;
width: 100%;
border: none;
position: relative;
overflow: hidden
}
.userBannerLight:before {
content: "";
position: absolute;
background: linear-gradient(135deg, transparent 0%, transparent 30%, rgba(250,250,250,0.7) 50%, transparent 70%, transparent 100%);
background-repeat: no-repeat;
top: 0px;
left: -80%;
width: 100%;
height: 100%;
animation: light 2.5s infinite
}
@keyframes light {
0% {
left: -80%
}
100% {
left: 80%
}
}
.professional {
background-color: #00b300;
background-image: linear-gradient(315deg, #008000 0%, #00b300 74%);
width: 100px
}
Спасибо но он вроде на все баннера а не на 1В extra.less
Less:.userBannerLight { display: inline-block; text-align: center; font-weight: 500; color: #fff; width: 100%; border: none; position: relative; overflow: hidden } .userBannerLight:before { content: ""; position: absolute; background: linear-gradient(135deg, transparent 0%, transparent 30%, rgba(250,250,250,0.7) 50%, transparent 70%, transparent 100%); background-repeat: no-repeat; top: 0px; left: -80%; width: 100%; height: 100%; animation: light 2.5s infinite } @keyframes light { 0% { left: -80% } 100% { left: 80% } }
Код баннера, если нужен
Less:.professional { background-color: #00b300; background-image: linear-gradient(315deg, #008000 0%, #00b300 74%); width: 100px }
Да, так и есть. Я лишь как пример указал баннер 2-цветныйСпасибо но он вроде на все баннера а не на 1
СпасибоДа, так и есть. Я лишь как пример указал баннер 2-цветный
не робит четВ extra.less
Less:.userBannerLight { display: inline-block; text-align: center; font-weight: 500; color: #fff; width: 100%; border: none; position: relative; overflow: hidden } .userBannerLight:before { content: ""; position: absolute; background: linear-gradient(135deg, transparent 0%, transparent 30%, rgba(250,250,250,0.7) 50%, transparent 70%, transparent 100%); background-repeat: no-repeat; top: 0px; left: -80%; width: 100%; height: 100%; animation: light 2.5s infinite } @keyframes light { 0% { left: -80% } 100% { left: 80% } }
Код баннера, если нужен
Less:.professional { background-color: #00b300; background-image: linear-gradient(315deg, #008000 0%, #00b300 74%); width: 100px }
Есть css на радужный баннер как ник но баннер?
pawno-help.ru