Untitled

Anonymous
plain_text
07/19/2023 8:59 AM
256 B
13
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...