-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
50 lines (46 loc) · 783 Bytes
/
style.css
File metadata and controls
50 lines (46 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
body{
background-color: #78A0A6;
}
.button{
width:68px;
height:68px;
margin:0px;
padding:0px;
border:0px;
background-color: #86B5BD;
margin-top:3px;
}
input{
text-align:right;
margin-bottom:20px;
font-family: 'Arial';
color:#fff;
font-weight:700;
}
h1{
margin-left:30% !important;
}
.kalkulator{
margin-top:30px;
background-color:#6F9096;
padding:0px;
-moz-box-shadow: 20px 20px 0px #61838a;
-webkit-box-shadow: 20px 20px 0px #61838a;
box-shadow: 20px 20px 0px #61838a;
}
.text{
padding: 0px;
margin: 0px;
height: 100px;
font-size: 30px;
background-color: #47565A;
border:0px;
}
button{
color:#fff;
font-weight:300;
font-size:20px;
}
.s1{
background-color:#7DCCDA;
}