- Автор темы
- #1
.noch {
background: linear-gradient(45deg, #000000, #000000);
color: white;
font-weight: bold;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.7), 0 0 20px rgba(0, 0, 0, 0.7);
border-radius: 8px;
padding: 5px 10px;
text-transform: uppercase;
letter-spacing: 1px;
user-select: none;
}
.noch:before {
content: '
';
margin-right: 5px;
}
.noch:hover {
background: linear-gradient(45deg, #ffffff, #000000);
box-shadow: 0 0 20px rgba(255, 255, 0, 0.9), 0 0 30px rgba(255, 255, 0, 0.9);
transition: all 0.3s ease;
}
Вот один из префиксов, когда были Я делал наподобие, в интернете нашел вроде такие, щас найти не могу
Можете дать все такие префиксы, помню тестер был бирюзового цвета
background: linear-gradient(45deg, #000000, #000000);
color: white;
font-weight: bold;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.7), 0 0 20px rgba(0, 0, 0, 0.7);
border-radius: 8px;
padding: 5px 10px;
text-transform: uppercase;
letter-spacing: 1px;
user-select: none;
}
.noch:before {
content: '

margin-right: 5px;
}
.noch:hover {
background: linear-gradient(45deg, #ffffff, #000000);
box-shadow: 0 0 20px rgba(255, 255, 0, 0.9), 0 0 30px rgba(255, 255, 0, 0.9);
transition: all 0.3s ease;
}
Вот один из префиксов, когда были Я делал наподобие, в интернете нашел вроде такие, щас найти не могу
Можете дать все такие префиксы, помню тестер был бирюзового цвета