Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] How to make a 80% input button? Reply To: [Solved] How to make a 80% input button?

#196875
Senff
Participant

You can use something like transform: scaleX(0.8) scaleY(0.8);:

http://codepen.io/senff/pen/YPvWXW