春节美食边框设计
```html
body {
margin: 0;
padding: 0;
backgroundcolor: f9f9f9;
}
.container {
width: 80%;
margin: 20px auto;
backgroundcolor: fff;
padding: 20px;
border: 2px solid ccc;
borderradius: 10px;
boxshadow: 0 0 10px rgba(0, 0, 0, 0.1);
position: relative;
}
.header {
textalign: center;
marginbottom: 20px;
}
.header h1 {
fontsize: 32px;
color: 333;
}
.content {
padding: 20px;
border: 2px dashed ccc;
borderradius: 10px;
position: relative;
}
.content:before {
content: "";
position: absolute;
top: 10px;
left: 10px;
right: 10px;
bottom: 10px;
border: 2px dashed ccc;
borderradius: 20px;
}
.footer {
textalign: center;
margintop: 20px;
}
.footer p {
fontsize: 14px;
color: 666;
}
春节美食边框
这里是您的春节美食内容