-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbumbu.css
More file actions
93 lines (89 loc) · 1.52 KB
/
Copy pathbumbu.css
File metadata and controls
93 lines (89 loc) · 1.52 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
*{
margin:0px auto; /*supaya layer otomatis mengisi dan ke tengah*/
}
body{
font-family:calibri, verdana, sans-serif;
}
#wrapper{<br>width:100%;<br>}
#header{
height:60px;
background:#252525;
width: 100%;
}
#header a.title{
color:#f0f0f0;
font-weight:bold;
text-decoration:none;
font-size:30px;
line-height:60px; /*supaya baris judul terlihat rapi, berikan nilai line-height yg sama dengan height #header.*/
padding:0px 20px; /*padding 20px di kiri dan kanan saja*/
padding-right: 60%;
}
#header a.nav{
color: yellow;
text-decoration:none;
padding: 12px;
}
#header a.nav:hover{
color: silver;
}
strong {
color: #B4B4B4;
}
#content{
margin-top: 100px;
background:#eee;
min-height:500px; /*cuma supaya konten terlihat berisi. Kalau sudah diisi teks, baris ini harus dihapus.*/
margin:0px 20px;
}
img {
border-radius: 50%;
display: block;
margin: auto;
border-style: solid;
border-color: #808080FF;
}
.clr {
color: white;
}
#footer{
background:#000;
height:40px;
}
#footer p{
color: white;
text-align: center;
padding-top: 3px;
}
/*blog*/
.menu ul {
list-style-type: none;
margin: 0;
padding: 0;
width: 23%;
padding-top: 8px;
padding-left: 8px;
float: left;
}
.menu li {
padding: 8px;
margin-bottom: 7px;
background-color: #252525;
}
.menu li a{
color: yellow;
text-decoration: none;
}
.menu li a:hover{
color: white;
}
#bcontent{
margin-left: 21rem;
position: none;
}
.isi p {
font-size: 22px;
}
.isi h2 {
font-size: 30px;
}