IT码农库

搜索列表

  • CSS 实用实例(推荐)

    【CSS/HTML】Background 背景 设置背景颜色 body {background-color: yellow} h1 {background-color: #00ff00} h2 {background-color: transparent} p {background-color: rgb(250,0,255)} This is header 1 This is header 2 This is a paragraph [Ctrl+A 全选 注:引入外部Js需再刷新一下页面才能执行]设置一张图片做为背景 ...