由 hrs, 22 九月, 2021 CSS 基础学习-058 使用margin简写属性设置外边距 margin简写属性设置 margin: 20px 50px 20px 30px 上外边距为20px 右外边距为50px 下外边距为20px 左外边距为30px 实例代码: 标签 CSS
由 hrs, 22 九月, 2021 CSS 基础学习-057 使用单独的外边距属性 margin-top 设置上外边距 margin-right 设置右外边距 margin-bottom 设置下外边距 margin-left 设置下外边距 实例代码: 标签 CSS
由 hrs, 5 九月, 2021 CSS 基础学习-054 使用border-bottom简写属性设置下边框 border-bottom 属性 此属性是 border-bottom-width、border-bottom-style 以及 border-bottom-color 的简写属性。 实例代码: 标签 CSS
由 hrs, 5 九月, 2021 CSS 基础学习-053 使用border-left简写属性设置左边框 border-left 属性 此属性是 border-left-width、border-left-style 以及 border-left-color 的简写属性。 实例代码: 标签 CSS