claude-3
11/17/2019 - 1:53 PM

first snippets

first snippets

.wrap {
  padding: 10px;
}
.text {
  font-weight: bold;
}
<div class="wrap">
  <p class="text">テスト</p>
</div>