Muhammed please post these calculator's
<! DOCTYPE html > < html lang = " en " > < head > < meta charset = " UTF-8 " > < meta name = " viewport " content = " width=device-width, initial-scale=1.0 " > < title > TI-108 Calculator </ title > < style > body { display : flex ; justify-content : center ; align-items : center ; height : 100 vh ; background-color : #f5f5f5 ; font-family : Arial , sans-serif ; margin : 0 ; } .calculator { width : 260 px ; background-color : #1e8ed0 ; border-radius : 10 px ; padding : 20 px ; box-shadow : 0 10 px 20 px rgba ( 0 , 0 , 0 , 0.3 ) ; position : relative ; } .brand { position : absolute ; top : 15 p...