Ghost Button
쉬움투명한 배경의 고스트 버튼
라이브 데모
코드
buttons.css
.ghost-button {
background: transparent;
border: none;
color: var(--accent-purple);
}
.ghost-button:hover {
background: rgba(139, 92, 246, 0.1);
}투명한 배경의 고스트 버튼
.ghost-button {
background: transparent;
border: none;
color: var(--accent-purple);
}
.ghost-button:hover {
background: rgba(139, 92, 246, 0.1);
}