ticker Marque

PHOTO EMBED

Fri Dec 02 2022 00:54:30 GMT+0000 (Coordinated Universal Time)

Saved by @waqaskhan #function.php #js

<!-- -----------------------marquee   ---------------------- -->
        <section class="marquee-sec">
            <div class="container">
                <div class="row">
                    <div class="col-md-12">
                    <marquee width="100%" direction="left" height="22px">
                        <p>
                Section 102(b) of the DMCA amends section 104 of the Copyright Act and adds new definitions to section 101 of the Copyright Act in order to extend the protection of U.S. law to those                     works required to be protected under the WCT and the WPPT.
                        </p>
                    </marquee>
                    </div>
                 </div>
            </div>
        </section>
====
section.marquee-sec {
    background-color: #f9c511;
    padding: 10px;
    position: sticky;
    top: 0;
    z-index: 10;
}
content_copyCOPY