-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
50 lines (46 loc) · 839 Bytes
/
style.css
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: #f4f4ed;
}
h1{
text-align: center;
margin-top: 40px;
color: #1a53ff;
}
.container{
background:#f2f2f2;
border-radius: 1px;
width: 426px;
margin: auto;
padding: 0px 10px 18px 20px;
margin-top: 4%;
box-shadow: 0 0 10px rgba(171,186,190);
}
#entry{
padding: 40px 0px 40px 7px;
background:#f2f2f2;
text-align: right;
direction: ltr;
outline: none;
border: none;
font-size: 33px;
}
.btn{
background-color:white;
border-radius: 1px;
width: 100px;
height: 50px;
border:none;
outline: none;
margin-top: 3px;
}
.btnEqual{
background-color:white;
width: 308px;
height: 50px;
border:none;
outline: none;
margin-top: 3px;
}
.btn:hover, .btnEqual:hover{
background-color: rgba(128, 128, 128, 0.1);
}