<!DOCTYPE html>
<style>
#target {
width: 400px;
height: 100px;
background: blue;
position: relative;
left: 20px;
}
</style>
<div id="target"></div>
<!DOCTYPE html>
<style>
#target {
width: 400px;
height: 100px;
background: blue;
position: relative;
left: 20px;
}
</style>
<div id="target"></div>