Daily Targets (260116)
코드
<p g><p w><i>
<style>
&>*{
padding: 60 95;
background: #0F3A22
}
*{
margin: 0
}
p {
height: 60
}
[g] {
/* 상단 연두색 사각형 */
background: #289C5B
}
[w] {
margin-top: 60;
/* 하단 흰색-초록색 줄무늬 패턴 */
background: linear-gradient(90deg, #FBFAE2 60px, #0F3A22 0);
background-size: 75px
}
i {
position: fixed;
top: 100;
left: 150;
width: 100;
height: 100;
border-radius: 50%;
/* 중앙 초록색 원 */
background: #0F3A22
}
</style>