Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

main.css

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    main.css 281 B
    * {
        margin: 0;
        padding: 0;
    }
    
    html, body {
        height: 100vh;
        font-family: 'Poppins';
        background: rgb(24, 24, 24);
    }
    
    body {
        overflow-x: hidden;
    }
    
    .webgl {
        position: fixed;
        top: 0;
        left: 0;
        outline: none;
    }
    
    
    /*# sourceMappingURL=main.css.map*/