サンプルコード position:relative;を指定
<div style="position:relative;bottom:10px;left:10px;">bottom:10px;left:10px;</div>
<div style="position:relative;bottom:20px;left:20px;">bottom:20px;left:20px;</div>
<div style="position:relative;bottom:20px;left:20px;">bottom:20px;left:20px;</div>
bottom:10px;left:10px;
bottom:20px;left:20px;
bottom:20px;left:20px;
サンプルコード position:relative;を指定
<div style="position:relative;bottom:10px;left:10px;">bottom:10px;left:10px;</div>
<div style="position:relative;bottom:20px;left:20px;">bottom:20px;left:20px;</div>
<div style="position:relative;bottom:20px;left:20px;">bottom:20px;left:20px;</div>
bottom:10px;left:10px;
bottom:20px;left:20px;
bottom:20px;left:20px;
positionの値が未指定・staticの場合
<div style="position:static;bottom:10px;left:10px;">bottom:10px;left:10px;</div>
<div style="position:static;bottom:20px;left:20px;">bottom:20px;left:20px;</div>
bottom:10px;left:10px;
bottom:20px;left:20px;
<div style=";bottom:10px;left:10px;">bottom:10px;left:10px;</div>
<div style="bottom:20px;left:20px;">bottom:20px;left:20px;</div>
bottom:10px;left:10px;
bottom:20px;left:20px;