HTML|CSS: Space between input buttons

前端 未结 6 1195
孤城傲影
孤城傲影 2020-12-12 19:24

I have a problem in which I have a space between these two buttons.

The code is as follows:



        
6条回答
  •  粉色の甜心
    2020-12-12 20:10

    You can use css to fix it. Set float:left or float:right on the input buttons. That fixed the problem for me.

提交回复
热议问题