卡尔 · 马克思 (@pengzhile)也画一个月饼 中发帖

[image] 
最喜欢黑芝麻的月饼,不过今年还没吃到。画一个css月饼送给大家,祝佬友们都能健健康康。
:root {
--base-color: #e0a355;
--surface-color: #f5c78b;
--light-color: #fde8c2;
--pattern-color: #d99449;
}

html {
font-size: 16px;
}

body {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
margin: 0;
background: radial-gradient(ellipse at center, #f9e5ce 0%, #f3d5b5 100%);
}

.mooncake {...