skip to Main Content

Html – css center 3 inline block buttons

I have 3 buttons <button class="align" id="decrease">decrease</button> <button class="align" id="reset">reset</button> <button class="align" id="increase">increase</button> and a css class .align{ position: absolute; right: 50%; display: inline-block; } that centers some buttons, but the end result looks like this is there any way…

VIEW QUESTION
Back To Top
Search