HTML - 다운로드 바로가기 CSS - body { text-align: center; padding: 40px; } .btn a:hover .arrow::after { left: 6px; } .btn .btnTxt { display: inline-block; position: relative; padding: 10px 28px 10px 20px; color: #fff; background-color: #00cc00; border-radius: 8px; } .btn .btnTxt span { color: #a3f2a3; } .arrow { position: relative; } .arrow::after { position: absolute; left: 4px; top: 6px; content: ''; ..