diff --git a/index.html b/index.html
index 7afe833..b016824 100644
--- a/index.html
+++ b/index.html
@@ -4,37 +4,39 @@
-
Document
+
+ Calculator
-
+
+
diff --git a/main.css b/main.css
index 9712ef7..1b082ef 100644
--- a/main.css
+++ b/main.css
@@ -1,21 +1,34 @@
-.{
+* {
margin: 0;
padding: 0;
}
.button{
- width:50;
- height: 50;
- font-size: 25;
- margin: 2;
+ widows: 50px;
+ height: 50px;
+ font-size: 25px;
+ margin: 2px;
cursor:pointer;
background: #607d8b;
border:none;
color:white;
}
+.bg
+{
+ background: linear-gradient(to right,#e91e63,#3f51b5);
+ height: 100%;
+}
.textview{
- width:217;
- margin:5;
- font-size: 25;
- padding: 5;
+ width:217px;
+ margin:5px;
+ font-size: 25px;
+ padding: 5px;
+ border:none;
+ color: #607d8b;
+}
+.main{
+position:absolute;
+top:50%;
+left:50%;
+transform: translateX(-50%) translateY(-50%);
}
\ No newline at end of file