I am trying to position something in the top right corner, and exactly there, so 0px from the top and 0px from the right. I can get the right working in css, but do you use the "top:0px" tag in css? Or is a different word?
@PoweredMinecart top: 0px; is exactly what you want to use! you can use Top: right: bottom: and left: to align it from corresponding edges of the browser.
Like your style! :)
haventhadone 2 months ago
@haventhadone thanks alot man! Big things are coming this year!! make sure to check back!
AFKaser 2 months ago
Thanks, this helped me
Dang3rGam3rz 3 months ago
@Dang3rGam3rz Glad to help!
AFKaser 3 months ago
I am trying to position something in the top right corner, and exactly there, so 0px from the top and 0px from the right. I can get the right working in css, but do you use the "top:0px" tag in css? Or is a different word?
PoweredMinecart 5 months ago
@PoweredMinecart top: 0px; is exactly what you want to use! you can use Top: right: bottom: and left: to align it from corresponding edges of the browser.
Let me know if you have any other questions!
AFKaser 5 months ago