欢迎来到老人园艺天地
在这里,老人们与大自然亲密接触,享受园艺的乐趣和健康益处。
```html
body {
margin: 0;
padding: 0;
fontfamily: Arial, sansserif;
}
.container {
width: 100%;
height: 100vh;
backgroundimage: url('https://example.com/yourimage.jpg'); /* 替换为你的背景图片链接 */
backgroundsize: cover;
backgroundposition: center;
display: flex;
justifycontent: center;
alignitems: center;
color: fff;
textalign: center;
}
.content {
backgroundcolor: rgba(0, 0, 0, 0.5);
padding: 20px;
borderradius: 10px;
}
h1 {
fontsize: 36px;
marginbottom: 10px;
}
p {
fontsize: 18px;
lineheight: 1.6;
}
在这里,老人们与大自然亲密接触,享受园艺的乐趣和健康益处。