Ось лінк на зображення - http://placecorgi.com/500/250
Створити веб-сторінку калькулятора:
Символи для математики:
Кнопки калькулятора повинні бути клікабельними, калькулятор ми запрограмуємо пізніше, коли вивчимо джаваскріпт
Які кольори ви будете використовувати:
black: #000000
white: #ffffff
light grey: #d8d9db
buttons on hover: #ebebeb
button active state: #bbbcbe
function buttons: #df974c
function buttons on hover: #dfb07e
function button active state: #dd8d37
The overall width of this calculator is 400px.
Себто:
Рекомендації:
monospace
.<button></button>
for the buttons. You have to deal with some extra styling stuff but it will make your code work pretty much automatically for disabled people. In general when writing HTML, if something serves the function of a button, make it a <button></button>
.