FreeCodeCamp中文网练习代码3

来源:互联网 发布:影音嗅探软件 编辑:程序博客网 时间:2024/05/16 02:01
<style>
  body {
    background-color: black;
    font-family: Monospace;
    color: green;
  }
  #orange-text {
    color: orange;
  }
  .pink-text {
    color: pink !important;
  }
  .blue-text {
    color: blue;
  }
</style>
<h1 id="orange-text" class="pink-text blue-text" style="color: white">Hello World!</h1>
0 0
原创粉丝点击