-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
57 lines (49 loc) · 817 Bytes
/
Copy pathstyle.css
File metadata and controls
57 lines (49 loc) · 817 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
51
52
53
54
55
56
57
#calendar {
width: 500px;
height: 250px;
background-color: rgb(172, 146, 204);
/*color: #fff;*/
/* border-radius: 5%; */
box-shadow: 10px 10px 5px 5px;
align-self: center;
position: relative;
}
#calendar>p{
font-family: Times;
margin: 0;
color: black;
outline: 2px solid black;
text-align: center;
}
#calendarDay{
font-size: 50px;
}
#calendarMonthYear{
font-size: 65px;
/* aligns to bottom-center*/
width: 100%;
padding-top: 0;
position: absolute;
bottom: 0;
}
#calendarDate{
font-size: 100px;
padding-top: 0;
padding-bottom: 0;
width: 100%;
}
.bDay {
position: relative;
padding-top: 30px;
font-size: 30px;
font-family: Times;
}
.bDay>p {
font-family: Times;
font: 30px;
}
.history {
position: relative;
font-size: 30px;
font-family: Times;
}