hiloki
3/9/2014 - 6:43 AM

---- for demo ---

---- for demo ---

{"view":"split-vertical","fontsize":"140","seethrough":"","prefixfree":"1","page":"css"}
// alert('Hello world!');
<div class="box">
  <div class="obj obj-a">A</div>
  <div class="obj obj-b">B</div>
</div>
.box {
  position: relative; 
  margin-left: 0;
  margin-right: 0;
  width: 300px;
  height: 300px;
  background-color: skyblue;
}

.obj {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  color: #FFF
}

.obj-a {
  position: absolute;
  top: 0;
  right: 0;
  background-color: indianred;
}

.obj-b {
  position: absolute;
  top: 22px;
  right: 22px;
  background-color: green;
}





/* ---- for demo --- */
* {
  margin-top: 0;
  margin-bottom: 0;
}

body {
  padding: 50px;
}

li {
  margin-left: 1em;
}