본문 바로가기
IT

[웹접근성] Html Guide: Button

by SOGNOD 2021. 5. 12.
반응형

 

<div class="mgt_20 txt_right">
	<a href="https://skec.recruiter.co.kr/appsite/company/index"
    target="_blank" class="recruit_btn" 
    title="SK 건설 채용 홈페이지(새창)">채용사이트 바로가기 &gt;</a>
</div>
a.recruit_btn {
	display: inline-block;
	padding:10px 0;
	width:220px; 
	background-color:#fb3232;
	color: #fff;
	text-align: center
}
a.recruit_btn:hover,a.recruit_btn:focus {
	text-decoration: underline
}
반응형