-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathcal.css
More file actions
58 lines (52 loc) · 1.11 KB
/
cal.css
File metadata and controls
58 lines (52 loc) · 1.11 KB
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
body{
background-image: url("https://ssl.bigstockimages.com/4/7/2/large1500/274552948.jpg");
background-size: cover;
background-repeat: no-repeat;
}
.cal{
width: 370px;
height: 480px;
background: rgb(58, 59, 59);
margin-left: 450px;
margin-top: 55px;
border-radius: 20px;
border: solid rgb(67, 98, 126);
border-width: 8px;
box-shadow: 8px 8px rgb(78, 79, 80);
}
#screen
{
width: 80%;
height: 50px;
margin-left: 30px;
pointer-events: none;
margin-top: 50px;
background: rgb(153, 177, 98);
border-color: rgb(29, 24, 24);
}
.btn{
margin-top: 20px;
margin-left: 30px;
width: 50px;
height: 45px;
border-radius: 8px;
border-color: rgb(82, 78, 78);
background: rgb(3, 3, 3);
}
.bn{
margin-top: 45px;
margin-left: 282px;
width: 50px;
height: 45px;
border-radius: 8px;
border-color: rgb(204, 45, 45);
background: rgb(146, 13, 13);
}
.bt{
margin-left: 30px;
width: 50px;
height: 45px;
border-radius: 8px;
background: rgb(135, 146, 146);
border-color: rgb(98, 110, 110);
}