-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
73 lines (71 loc) · 1.39 KB
/
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
body {
background-color: rgb(255, 255, 255);
display: flex;
justify-content: center;
min-width: 70%;
}
#mdiv {
padding: 10px;
margin-top: 3rem;
width:60%;
height:70%;
background-color: rgba(84, 71, 71, 0.7);
min-width: 60%;
}
#head{
background-color: rgb(0, 0, 0);
width: 100%;
height:6rem;
border: 2px rgb(255, 255, 255) solid;
margin-bottom: 10px;
}
#head p{
margin-top: 0px;
font-size: 70px;
text-align: center;
color:aliceblue;
}
#Darea{
width: 100%;
height:5rem;
background-color: aliceblue;
margin-bottom: 5px;
display: flex;
flex-direction:row-reverse;
}
#Darea{
font-size: 3rem;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: 200;
}
#buttonsarea{
width: 100%;
height: 70%;
background-color: rgb(255, 255, 255);
padding:0.5%;
display: flex;
flex-direction: row;
flex-wrap:wrap;
}
.nums{
width: 24.5%;
background-color: rgb(166, 192, 212);
height: 25%;
text-align: center;
margin:0.15% 0.25%;
padding-top: 0.25% ;
font-size: 2.8rem;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.num{
background-color: rgb(255, 151, 87);
}
#zero{
width: 49.3%;
}
.nums:hover{
background-color: rgb(95, 163, 205);
}
.num:hover{
background-color: rgb(186, 94, 37);;
}