Daily Targets (260527)
코드
<p><p g><p><p g><p><p g><p><p g><p><hr><hr b>
<style>
&>* {
display: grid;
place-items: center;
/* 그리드로 원 요소 바둑판 배치 */
grid-template-columns: 1fr 1fr 1fr;
margin: 0 50;
background: #FEF9CE
}
p {
/* 원 */
width: 60;
height: 60;
margin: 0;
border-radius: 50%;
background: #7C3219
}
[g] {
background: #B9C99F
}
hr {
/* 상하단 가로 선 */
position: fixed;
top: 32;
z-index: -1;
width: 50%;
height: 20;
border: 0;
background: #7C3219
}
[b] {
top: 232
}
</style>