/* 课六：认识CSS - 演示用外部样式表 */
.external-demo p {
    color: blue;
    font-size: 16px;
    line-height: 1.5;
}

.demo-section p {
    margin-bottom: 10px;
}

.internal-style {
    color: purple;
    font-weight: bold;
}