Download Source Code
 
                Floating Share Buttons
Modern Blogger Floating Round Share Sidebar with Facebook, X, LinkedIn, Pinterest, Reddit, Tumblr, Mix. Copy–Paste ready.
 
                Copyright Section
Modern copyright section for Blogger with automatic year update. Fully tested & ready to use.
 
                Elementor Header Scrolling Effects
Elementor Header Scrolling Effects for WordPress with automatic year update. Fully tested & ready to use.
Floating Share Buttons Code
<!-- Floating Share Buttons Code -->
<style>
.floating-share {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1000;
}
.floating-share a {
    display: block;
    width: 50px;
    height: 50px;
    margin: 10px 0;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 20px;
    transition: transform 0.3s;
}
.floating-share a:hover {
    transform: scale(1.1);
}
</style>
<div class="floating-share">
    <a href="#" style="background: #3b5998;">f</a>
    <a href="#" style="background: #1da1f2;">t</a>
    <a href="#" style="background: #0077b5;">in</a>
    <a href="#" style="background: #e60023;">p</a>
</div>Copyright Section Code
<span class='copyright-text widget'>
  © <script>document.write(new Date().getFullYear());</script> 
  <a href='https://www.codepressacademy.in/' target='_blank'>CodePress Academy</a> – All Rights Reserved. <br/>
  Design & Developed by CodePress Academy
</span> 
Hi Please Do not Spam in Comments