분류 전체보기 1075

Landscape 형 디지털 시계와 아날로그 시계가 포함된 HTML/JavaScript 계산기:II

calculator_digital_clcock_gauge_01.html <!DOCTYPE HTML> <html> <body> <center><h1>Arduino HTML Magic Coding</h1></center> </body> <head> <style> body{ background-color:tan;} .box{background-color:#3d4543;height:380px;width:520px; border-style:solid; border-color:lightblue; border-radius:10px;position:relative;top:1px;..

전기차 제작 2012.01.02

Landscape 형 디지털 시계와 아날로그 시계가 포함된 HTML/JavaScript 계산기:I

아날로그 시계, 디지털 시계 및 계산기가 한데 어우러진 landscape 형을 디자인해 보자. HTML CSS 의 .box에서 가로(520px) 세로(310px) 크기를 landscape 형으로 조절하자. 그에 맞춰 .display 와 .display input 의 크기도 충분히 길게 조절한다. 그 다음 계산기 버튼들을 배치해야 하는데 추가되는 크기들이 ..

계산기+디지털시계+아날로그시계 HTML/JavaScript 코드

calculatordigitalclcock_01.html calculatordigitalclcock_01.html <!DOCTYPE HTML> <html> <body> <center><h1>Arduino NodeMCU WiFi Magic Coding</h1> </body> <head> <style> body{ background-color:tan;} .box{background-color:#3d4543;height:570px;width:260px; border-style:solid; border-color:lightblue; border-radius:10px;position:r..

아두이노 NodeMCU 무선 와이파이 코딩: 아날로그 시계로 장식된 HTML/JavaScript 계산기

Calculatorclock_01.html Calculatorclock_01.html <!DOCTYPE HTML> <html> <head> <style> body{ background-color:tan;} .box{ background-color:#3d4543; height:510px; width:260px; border-radius:10px; position:relative; top:50px; left:38%;} .display{ background-color:#222; width:222px; position:relative; left:15px; top:20px; height:40px;} .display input{ width..