-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
72 lines (59 loc) · 973 Bytes
/
styles.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
body {
margin: 0;
font-family: 'Franklin Gothic Medium';
}
.kiri {
margin: 1%;
margin-top: auto;
width: 15%;
height: auto;
border-radius: 5px 5px 5px 5px;
float: left;
}
.kanan {
margin: 1%;
margin-top: auto;
width: 75%;
height: auto;
float: left;
}
.logo {
display: flex;
margin-top: 30px;
margin-bottom: 30px;
align-content: center;
}
.teks {
font-size: medium;
}
#tess {
font-size: xx-large;
font-weight: 600;
}
.isi {
text-align: center;
padding: 10px;
color: #4183D7;
}
.isi:hover {
background-color: rgb(35, 87, 155);
color: #ffff;
}
.sidebar-heading {
color: #ffff;
background-color: #4183D7;
padding-left: 10px;
padding-bottom: 10px;
padding-top: 10px;
}
.nav-link {
text-align: left;
}
.isi:hover a {
background-color: rgb(35, 87, 155);
color: #ffff;
}
.content {
padding: 20px 80px;
text-align: justify;
}