回答編集履歴

1

a

2022/05/21 08:46

投稿

a.‫com
a.‫com

スコア871

test CHANGED
@@ -10,5 +10,6 @@
10
10
  img:hover.banner,img:hover.banner2,img:hover.banner3{
11
11
  transform: translate(0px,0px);
12
12
  transition: 0.2s;ease-in-out;background-color: #fff;
13
+ vertical-align: bottom;
13
14
  }
14
15
  ```