粉色美食
在这个浪漫色调中探索美味的世界。
```html
body {
margin: 0;
padding: 0;
backgroundcolor: f8f8f8;
}
.container {
position: relative;
width: 100%;
height: 100vh;
display: flex;
justifycontent: center;
alignitems: center;
}
.content {
textalign: center;
zindex: 1;
}
h1 {
fontsize: 3rem;
color: ffffff;
textshadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
p {
fontsize: 1.5rem;
color: ffffff;
textshadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
zindex: 0;
backgroundimage: url('https://images.unsplash.com/photo15921108792056fabb0d4a9c5');
backgroundsize: cover;
backgroundposition: center;
filter: brightness(0.5); /* Adjust the brightness for better text visibility */
}
在这个浪漫色调中探索美味的世界。