diff --git a/b.css b/b.css index ee7963b..fb3b67e 100644 --- a/b.css +++ b/b.css @@ -1,3 +1,20 @@ -ul li{list-style-image: url("image0.png");width:30px;height:30px;} -ul li:hover{width:30px;height:30px;list-style-image: url("image1(1).png")} -ul li:active {width:30px;height:30px;list-style-image: url("image(2).png")} +.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); + }