-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlatitude.css
More file actions
109 lines (97 loc) · 1.72 KB
/
Copy pathlatitude.css
File metadata and controls
109 lines (97 loc) · 1.72 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
.icon {
font-size: 50px;
padding: 7px;
margin-right: 2px;
margin-left: 1px;
text-align: center;
cursor: pointer;
}
.boo {
font-size: 20px;
padding: 15px;
margin-right: 5px;
margin-left: 6px;
cursor: pointer;
border-radius: 5px;
}
.table {
font-size: 18px;
padding: 5px;
grid-template-columns: auto;
grid-template-rows: auto;
cursor: pointer;
display: inline-block;
text-align: center;
left:15%;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.navbar-brand {
display: inline-block;
padding: 5px;
margin-right: 5px;
margin-left: 5px;
cursor: pointer;
border-radius: 5px;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.navbar {
padding: 5px;
}
.plt1 {
cursor: pointer;
padding: 20px;
width:70%;
height:80%;
right:0%;
border-radius: 5px;
display: inline-block;
background: black;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.plt2 {
cursor: pointer;
text-align: center;
font-size: 100px;
padding: 5px;
width:60%;
height:50%;
left:0.5%;
border-radius: 5px;
display: inline-block;
background: black;
text-align: center;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.dropdown-item {
font-size: 15px;
}
.nav-link {
font-size: 17px;
}
.text {
text-align: left;
}
.temp {
font-family: Georgia, 'Times New Roman', Times, serif;
cursor: pointer;
padding:20px;
width:30%;
height:60%;
left:25%;
display: inline-block;
}
.plt3 {
font-size: 30px;
padding: 10px;
width:60%;
height:80%;
left:16%;
border-radius: 10px;
display: inline-block;
background: black;
text-align: left;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.h1 {
border-bottom: 2px solid white;
}