-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
91 lines (74 loc) · 1.06 KB
/
index.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
78
79
80
81
82
83
84
85
86
87
88
89
90
*{
font-family: 'Ubuntu', sans-serif;
scroll-behavior: smooth;
}
.d-inline-block{
margin-left: 60px;
height: 60px;
padding-bottom: 10px;
}
.adypulg{
height: 40px;
margin-bottom: 10px;
}
.p-2{
border-radius: 23px;
border:none;
outline: none;
padding: 20px;
border: 1px solid #0000005e;
}
.table{
border: black solid 3px;
}
.table thead{
border: black solid 3px;
}
.table thead tr th{
color: black;
font-size: 17px;
}
h4{
font-size: 3rem;
color: #4285F4;
padding-bottom: 10px;
}
h5{
padding-bottom: 15px;
}
.w-75 i {
position: absolute;
}
.w-75 {
width: 100%;
margin-bottom: 10px;
}
.icon {
padding: 13px;
min-width: 40px;
margin-left: 10px;
color: black;
}
.p-2 {
width: 100%;
padding: 10px;
text-align: center;
margin-bottom: 3px;
}
.bgadypu{
height: 50px;
}
.gdscfoot{
height: 50px;
margin-left: 5px;
}
.mb-4{
margin-top: 10px;
}
.navbar{
position: fixed;
top: 0%;
left: 0%;
width: 100%;
z-index: 1;
}