From 6f94e1493512fe20d3087ccb2df422b072394be9 Mon Sep 17 00:00:00 2001 From: Ann Bakhteeva Date: Thu, 15 Nov 2012 23:31:18 +0600 Subject: [PATCH] Dz-4 --- Calculate.html | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++ styles.css | 15 +++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 Calculate.html create mode 100644 styles.css diff --git a/Calculate.html b/Calculate.html new file mode 100644 index 0000000..6672b14 --- /dev/null +++ b/Calculate.html @@ -0,0 +1,51 @@ + + + +Calculator + + + + + + + + +
+ + + +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..bdaf689 --- /dev/null +++ b/styles.css @@ -0,0 +1,15 @@ +body { +padding:150; +} +div { +background: #87CEFA; +width: 322 px; +height: 316 px; +-moz-border-radius: 15px; +-webkit-border-radius: 15px; +} +input{ +font-family: "Times New Roman", serif; +Font-weight:bold; +font-size:31px; +}