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

提供:WikiWiki
ナビゲーションに移動 検索に移動
.rev {
  border-radius: 100vw;
  background-color: red;
}
.rev:hover {
  border-radius: 0vw
}