Untitled

 avatar
unknown
plain_text
2 years ago
190 B
4
Indexable
<div  class="container">
  <div class="a">
  </div>
</div>

.container {
  width: 200px;
  height: 200px;
}

div {
  border: 1px solid black;
  height: 100%;
  padding: 10px;
}
Editor is loading...