CodePen | Code Editor

Create something Beautiful

<!-- [ HTML Started ]--> <h2>Button Sizes</h2> <p>Change the font size of a button with the font-size property:</p> <button class="button button1">10px</button> <button class="button button2">12px</button> <button class="button button3">16px</button> <button class="button button4">20px</button> <button class="button button5">24px</button> <!-- [ HTML Ended ]-->