WEB/CSS

label로 체크모양 만들기

나나나나나나나ㅏ나난ㄴ나ㅏ나나 2020. 2. 13. 14:05
728x90
content: '';
position: absolute;
top: 50%;
left: 50%;
margin-top: -0.2rem;
display: block;
width: 0.35rem;
height: 0.7rem;
border-style: solid;
border-color: var( --theme-color );
border-width: 0 0.2rem 0.2rem 0;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg);
728x90

'WEB > CSS' 카테고리의 다른 글

CSS로 말줄임 ... 생성하기  (0) 2020.02.26
GRID이용해서 DIV 일정간격으로 분배하기  (0) 2020.02.21
HTML 과 CSS 기초  (0) 2020.02.04
div 글자수 제한 css  (0) 2020.01.20
radio box css변경  (0) 2020.01.03