-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
77 lines (69 loc) · 1.26 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
74
75
76
77
body {
background-color: whitesmoke;
text-align: center;
}
.Title {
position: relative;
font-size: 2rem;
margin-top: 10px;
margin-bottom: 20px;
}
.Navi{
position: relative;
background-color: whitesmoke;
border-radius: 2px;
text-align: center;
padding: 10px;
width: 40%;
margin: 0 auto;
vertical-align: middle;
}
.NaviBtn{
position: relative;
background-color: #0D1E32;
border-radius: 2px;
overflow: hidden;
font-size: 20px;
height: 3rem;
color: whitesmoke;
width: 6rem;
border: 0;
outline: 0;
margin-bottom: 20px;
}
.Select{
position: relative;
top: 1px;
height: 3rem;
width: 6.2rem;
font-size: 20px;
outline: 0;
background-color: whitesmoke;
}
.Calender{
background-color: whitesmoke;
border-radius: 3px;
text-align: center;
}
.CalItem{
position: relative;
overflow: hidden;
width: 6rem;
height: 3.5rem;
padding: 10px;
color: whitesmoke;
margin-top: 10px;
background-color: #0D1E32;
margin-bottom: 10px;
margin: 1px;
font-family: 'Roboto', sans-serif;
font-size: 1.5rem;
outline: 0;
border: 0;
border-radius: 0.25rem;
}
#Calender{
display: inline-block;
width: fit-content;
height: fit-content;
}