DEV Community

Discussion on: 75 cool CSS Buttons

Collapse
 
webdeasy profile image
webdeasy.de

There are different ways to do that:

You can use float (left or right). Or you can have a look at CSS Flexbox (better way) :)