欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

CSS手冊(cè)排版海報(bào)模板

CSS手冊(cè)排版海報(bào)模板

body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
background-color: #f2f2f2;
}
.header {
width: 100%;
height: 60px;
background-color: #333;
color: #fff;
text-align: center;
line-height: 60px;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
h1 {
font-size: 36px;
margin-bottom: 20px;
}
h2 {
font-size: 28px;
margin-bottom: 15px;
}
p {
margin-bottom: 10px;
}
img {
max-width: 100%;
height: auto;
}
.button {
display: inline-block;
padding: 10px 20px;
background-color: #333;
color: #fff;
border-radius: 5px;
text-decoration: none;
font-size: 18px;
margin-top: 20px;
}
.button:hover {
background-color: #555;
}

以上是一個(gè)簡(jiǎn)單的CSS手冊(cè)排版海報(bào)模板,其中包含了基本的樣式規(guī)則,可以方便地進(jìn)行修改和定制,希望能夠?qū)Υ蠹业墓ぷ饔兴鶐椭?/p>