Edit in JSFiddle

<p>Merhaba</p><p>2.paragraf</p>
$( "p:last" ).offset({ top: 10, left: 30 });
 p {
    margin-left: 10px;
  }