뚝딱뚝딱 준비중입니다!
얼마나 재미있는 게 튀어나올지 상자를 지켜봐주시겠어요?
<style>
.hello-world {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 60px;
border: 2px solid;
font-weight: bold;
color: white;
background-color: #FFC76C;
border-color: currentColor;
transition: 300ms;
}
.hello-world:hover {
color: #FFC76C;
background-color: white;
color: #FFC76C;
}
</style>
<a class="hello-world" style="border-radius: 32px;" href="https://lunchbox.weeat.kr/">런치박스 홈으로🏠</a>
HTML
복사