Updating element position in Blazor

So I am making a brick breaker game in Blazor to kickstart my webdev journey. I was able to wrap my head around css and razor pages thanfully. The problem i have is getting the objects to move and update according to x y parameters. I'd like to get help on how to implement this. The game is one i previously made on winforms and thought would be interesting project to make a web game out of it.
image.png
Was this page helpful?