I'd like to know how can I change the position of block
Here's a code:
<div style="background-color:#COLOR;width: px;height: px;">
<p>This is a paragraph</p>
</div>
Is it
position:absolute;
right: px;
? I've tested it out too but without a result it didn't work sadly.