• 카테고리

    질문 & 답변
  • 세부 분야

    프론트엔드

  • 해결 여부

    미해결

todo.components.ts에서 check박스가 center로 맞춰지지 않아요.

18.04.19 17:07 작성 조회수 124

0

text-align을 center로 맞췄습니다.

horizontal로는 center인데

vertical로는 center가 아니네요.

뭐가 원인인걸까요?

input {

position: relative;

}

input:before {

content: "";

display: inline-block;

width: 20px;

height: 20px;

background-color: white;

border-radius: 20px;

position: absolute;

top: -6px;

left: -8px;

border: 1px solid dimgray;

}

input:checked:after {

content: '\\2713';

display: inline-block;

font-size 18px;

width: 20px;

height: 20px;

border-radius: 20px;

position: absolute;

top: -6px;

left: -8px;

border: 1px solid dimgray;

background-color: dimgray;

text-align: center;

color: white;

}

답변 1

답변을 작성해보세요.

0

skaehgmlghgh님의 프로필

skaehgmlghgh

2019.11.20

저도....^^...