-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle-index.css
98 lines (85 loc) · 1.73 KB
/
style-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
91
92
93
94
95
96
97
98
body
{
margin: 0;
padding: 0;
background: #dde6ed;
}
.top {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 92px;
display: flex;
justify-content: flex-end;
align-items: center; /* Menengahkan konten secara vertikal */
background: #526d82;
}
.left {
position: absolute;
left: 0;
top: 100px;
bottom: 0;
width: 145px;
margin-bottom: 40px;
display: flex; /* Mengatur konten dalam div menjadi flexbox */
flex-direction: column; /* Menyusun tombol secara vertikal */
justify-content: center; /* Menengahkan tombol secara horizontal */
align-items: center; /* Menengahkan tombol secara vertikal */
}
.main {
position: absolute;
left:180px; top:92px; right:0%; bottom:0;
margin-top: 10px;
}
.top button {
margin-right: 15px; /* Jarak antara tombol */
padding: 10px 20px;
font-size: 16px;
height: 70px;
}
.left button {
margin-top: 10px; /* Jarak antara tombol */
margin-left: 20px; /* Jarak antara tombol */
padding: 10px 20px;
font-size: 16px;
height: 50px;
}
.left h2 {
margin-top: 10px; /* Jarak antara tombol */
margin-left: 20px; /* Jarak antara tombol */
padding: 10px 20px;
height: 50px;
}
.top img {
margin-right: 850px;
padding: 10px 20px;
height: 50px;
}
.modal-body h3 {
text-align: center;
}
#d_tr {
text-align: center;
}
#d_ex {
text-align: center;
}
#d_both {
text-align: center;
}
.invalid-feedback {
color: red;
display: none;
}
#df2 #inputs {
display: flex;
flex-direction: column;
}
.tambah_atr {
width: 100%;
}
hr {
width:100%;
border-width: 3px;
}