<!-- Site footer -->
<footer class="site-footer">
      <div class="container">
            <hr>
      </div>
      <div class="container">
            <div class="row">
                  <div class="col-md-8 col-sm-6 col-xs-12">
                        <p class="copyright-text">&copy; 2021 Rob Wiederstein under GPL v. 3.
                              <a href="#">License</a>.
                        </p>
                  </div>

                  <div class="col-md-4 col-sm-6 col-xs-12">
                        <ul class="social-icons">
                              <li><a class="github" href="#"></i></a></li>
                              <li><a class="twitter" href="#"><i class="fa fa-twitter"></i></a></li>
                              <li><a class="linkedin" href="#"><i class="fa fa-linkedin"></i></a></li>
                        </ul>
                  </div>
            </div>
      </div>
</footer>

<script src="https://use.fontawesome.com/9d03eba9c5.js"></script>
/* footer */
.site-footer {
      position: absolute;
      width: 100%;
      background-image: linear-gradient(-59deg, #19446F, #325d88);
      padding: 25px 0px 10px;
      color: #fff;
      right: 0;
}

.site-footer hr {
      border-top-color: #fff;
      opacity: 0.33
}

.site-footer hr.small {
      margin: 20px 0
}

.site-footer .social-icons {
      text-align: right
}

.site-footer .social-icons a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      margin-left: 6px;
      margin-right: 0;
      border-radius: 100%;
      background-color: transparent;
}

.copyright-text {
      margin: 0
}

@media (max-width:991px) {
      .site-footer [class^=col-] {
            margin-bottom: 30px
      }
}

@media (max-width:767px) {
      .site-footer {
            padding-bottom: 0
      }

      .site-footer .copyright-text, .site-footer .social-icons {
            text-align: center
      }
}

.social-icons {
      padding-left: 0;
      margin-bottom: 0;
      list-style: none
}

.social-icons li {
      display: inline-block;
      margin-bottom: 4px
}

.social-icons a {
    background-color: #eceeef;
    color: #93c54b;
    font-size: 1.5em;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.social-icons a:active, .social-icons a:focus, .social-icons a:hover {
      color: #93c54b;
      background-color: #6590BB;
}

@media (max-width:767px) {
      .social-icons li.title {
            display: block;
            margin-right: 0;
            font-weight: 600
      }
}

External CSS

  1. https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css
  2. https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css
  3. https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.0.2/cerulean/bootstrap.min.css

External JavaScript

This Pen doesn't use any external JavaScript resources.