링크 버튼

링크 버튼

2022-06-17 15:13:14


<style>
a.link-button-radius {
margin: 15px 0;
padding: 12px 20px;
display: inline-block;
text-decoration: none;
text-align: center;
color: #fff;
font-size: 18px;
font-weight: 700;
border-radius: 100px;
box-shadow: 0 6px 12px rgb(134 140 150 / 65%);
background-color: #ff7700;
}
a.link-button-radius:hover {
opacity: 0.8;
}
</style>

수정수정

Leave a Comment