1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-07-04 07:51:32 +08:00
2022-08-12 17:21:29 +08:00

25 lines
304 B
CSS

body {
font-size: 12px;
}
img {
max-width: 50%;
}
p {
margin-bottom: 15px;
}
table {
width: 100%;
border: 1px solid #dedede;
margin: 15px auto;
border-collapse: collapse;
empty-cells: show;
}
table th,
table td {
border: 1px solid #dedede;
padding: 5px 10px;
}