DevJourney

nextjs/nextjs.dj.upayan.dev/src/components/footer/footer.module.css

.footer {
  background-color: #0070f3;
  padding: 20px;
  text-align: center;
  color: white;
  position: fixed;
  width: 100%;
  bottom: 0;
}
View on GitHub