1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
@charset "utf-8"; .web-app { display: inline-block; border: 1px solid #f0f0f0; text-align: center; } #com { font-size: 60px; } button { width: 60px; font-size: 14px; } .web-app button:last-child { width: 80px; }