1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
@charset "utf-8"; .web-app { display: inline-block; border: 1px solid #f0f0f0; text-align: center; font-size: 14px; } input[type="text"] { width: 50px; } button { font-size: 14px; }