テンプレート:テスト2/style.css

.rev {
  border-radius: 100vw;
  background-color: red;
}
.rev:hover {
  border-radius: 0vw
}