boder: 边框大小(1px) 边框样式(solid) 边框颜色(red)
    top 可以替换成任意方向
    border-top-width
    border-top-style
    border-top-color
    背景颜色设置
    background 和 border 一样, 简写方式, 让咋们方便的去设置背景相关的内容
    background: burlywood
    完整写法
    background-color: cadetblue

    背景图片默认自动重复
    repeat
    no-repeat
    repeat-y
    repeat-x