Newer
Older
2020-kazuki / b.css
@adachi kazuki adachi kazuki on 30 May 2020 374 bytes Update b.css
.GG{
  text-align:center;
  list-style: none;
  margin-top: 30px;
}
.GG li{
  float:right;
  height: 208px;
  width:295;
  margin-bottom: 100px;
  list-style-image: url("image1.png");
  background-repeat: no-repeat;
}
.GG-icon{ background-position: left 0; }
.GG .icon:hover {
	list-style-image: url(image0.png);
	}
.GG .icon:active {
	list-style-image: url(image2.png);
	}