Shine Button

<!DOCTYPE html>
<html>
<head>
<title>Shite Button</title>
</head>
<body>
<a href="#">Shine Button</a>
<a href="#">Shine Button</a>
</body>
</html>
<style type="text/css">
*{
margin: 0px;
padding: 0px;
font-family: arial;
}
body{
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
flex-direction: column;
background: #19011d;
}
a{
position: relative;
padding: 15px 30px;
margin: 10px;
background: #27022d;
color: #fff;
text-decoration: none;
letter-spacing: 1px;
border: 1px solid #000;
transition: 0.5s;
overflow: hidden;
}
a:hover{
background: #a41ee9;
}
a:nth-child(2):hover{
background: #ff3c7f;
}
a::before{
content: '';
position: absolute;
top: 0px;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, #fff, transparent);
transition: 0.5s;
}
a:hover::before{
left: 100%;
}
</style>

Comments

Popular posts from this blog

Right click disable

Moutain

Input Placeholder