如果你也想搭建自己的AI創作系統,請加微信:qixin990
結束body {
font-size: 16px;
line-height: 1.5;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0;
padding: 20px;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 1rem;
font-weight: bold;
line-height: 1.2;
}
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.75rem;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
img {
display: block;
max-width: 100%;
height: auto;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #0056b3;
text-decoration: underline;
}
.text-center {
text-align: center;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
}
.container {
max-width: 960px;
}