<style>
.hello-world {
display: flex;
align-items: center;
justify-content: center;
width: 160px;
height: 50px;
border: 2px solid;
font-weight: bold;
color: #ffffff;
background-color: #704A35;
transition: 300ms;
text-decoration: none;
margin: 0 auto;
}
.hello-world:hover {
color: white;
background-color: #DBA282;
color: white;
}
</style>
<a class="hello-world" target="_blank" style="border-radius: 32px;" href=https://tkglobal.melon.com/performance/index.htm?langCd=EN&prodId=213002 > 티켓구입 </a>
HTML
복사
oopy
