/* white you custom css code here. only css code will work */<style>
    #marquee {
      white-space: nowrap;
      overflow: hidden;
      position: absolute;
      width: 100%;
      background-color: #333;
      color: #fff;
      font-size: 20px;
    }
  </style>