Skip to content
Snippets Groups Projects
Select Git revision
  • 6adeb8dda4f4a127b87fb6769e5b5ffdac92ec87
  • main default
2 results

Footer.css

Blame
  • Footer.css 123 B
    .footer{
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    
    .VR-link{
        color: #6359CE;
        text-decoration: none;
    }