CSS Button Styles You Might Not Know Sunday 10 Mar 2024 Buttons are everywhere! We can use all sorts of fancy CSS to style a button. I prefer using Flexbox layout for example. In this blog post I share a few lesser-known CSS styles. Let’s use this example code: <button type="submit" class="button"> <img href="icon.svg" alt=""> <span>Sign in</span> </button>Touch ActionsHave you ever repeatedly tap