🏆今日学习目标:\n🍀HTML圣诞树代码\n✅创作者\n\n\n\n\u003C!DOCTYPE html>\n\u003Chtml lang=\"en\">\n \n\u003Chead>\n \u003Cmeta charset=\"UTF-8\">\n \n \u003Ctitle>圣诞树\u003C/title>\n \n \u003Clink rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css\">\n \n \u003Cstyle>\n * {\n box-sizing: border-box;\n }\n \n \n body {\n margin: 0;\n height: 100vh;\n overflow: hidden;\n display: flex;\n align-items: center;\n justify-content: center;\n background: #161616;\n color: #c5a880;\n font-family: sans-serif;\n }\n \n \n label {\n display: inline-block;\n background-color: #161616;\n padding: 16px;\n border-radius: 0.3rem;\n cursor: pointer;\n margin-t