﻿@charset "utf-8";

.sample {
  width: 100px;
  height: 100px;
  background-color: gray;
}
.sample-before::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-color: lightgray;
}