-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
110 lines (94 loc) · 1.72 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
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
110
*,
html,
body {
padding: 0;
margin: 0;
}
body {
background-color: lightgray;
}
.fContainer {
display: block;
justify-content: center;
width: 100%;
height: 100vh;
}
.wrapper {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 20px;
padding: 15px;
height: 15vh;
background-color: rgb(83, 105, 128);
}
.brand {
display: flex;
flex-direction: row;
font-size: 20px;
padding: 10px;
text-transform: capitalize;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
border: 1px solid lightgray;
border-radius: 10px;
}
.Daftar {
color: rgb(221, 216, 216);
font-weight: 700;
}
.Absen {
color: rgb(68, 75, 80);
font-weight: 600;
padding-left: 5px;
}
.navigation {
display: flex;
justify-content: center;
align-items: center;
}
.navigation > li {
list-style-type: none;
padding: 5px;
}
li a {
color: rgb(221, 216, 216);
font-weight: 400;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-size: 20px;
text-decoration: none;
text-transform: capitalize;
padding: 15px;
}
.content {
display: block;
justify-content: center;
align-items: center;
margin: 10px;
}
#kanan i {
color: white;
}
.searching {
display: flex;
justify-content: center;
align-items: center;
margin: 30px;
}
.form-control {
width: 60%;
}
button i {
margin-left: 10px;
}
.halaman {
display: flex;
justify-content: center;
align-items: center;
}
.pagin {
display: flex;
width: 35px;
height: auto;
background-color: lightslategray;
margin: 20px;
}