我有一个错误与我的按钮。就像你可以看到在屏幕上的按钮是在我的文字,而不是在下面。如果你有任何想法...我真的不明白为什么。
.bouton-degrade {
background: linear-gradient(135deg, #e30613 0%, #95030FFF 80%);
color: #FFF;
padding: 10px 20px;
border-radius: 10px;
transition: 0.2s;
text-decoration: none;
font-weight: 700;
border: none;
}
.bouton-degrade:hover {
background: linear-gradient(-135deg, #e30613 0%, #95030F 80%);
transition: 0.2s;
}
上边距:1000px;
下边距:-1000像素;
1条答案
按热度按时间w1jd8yoj1#
在这里你添加了margin-bottom:-1000px删除它。
margin-bottom: -1000px