MIL-SPEC
0
Q:

locate canvas in center of screen css

canvas{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);               
}
0

New to Communities?

Join the community