사용자:Riemann/연습장0: 두 판 사이의 차이
백괴게임>Riemann 편집 요약 없음 |
백괴게임>Riemann 잔글편집 요약 없음 |
||
6번째 줄: | 6번째 줄: | ||
#count { | #count { | ||
float: right; | float: right; | ||
} | |||
.numBlock { | |||
display: inline-flex; | |||
background: #fcfcfc; | |||
color: black; | |||
border: 5px solid black; | |||
border-radius: 5px; | |||
font-size: large; | |||
} | } | ||
.numBlockC { | |||
display: inline-flex; | |||
background: crimson; | |||
color: white; | |||
border: 5px solid black; | |||
border-radius: 5px; | |||
font-size: large; | |||
} | |||
}} | }} | ||