-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle-html.css
More file actions
55 lines (46 loc) · 821 Bytes
/
style-html.css
File metadata and controls
55 lines (46 loc) · 821 Bytes
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
.header-1{
padding-top: 140px;
padding-bottom: 140px;
}
.navbar {
background-color:#1D6118;
}
#jumbotron {
background-image: url(gambar/quran3.large);
}
.garis {
border-right: 3px solid black;
}
#profil ,#program {
padding-top: 5rem;
}
.foto img {
width: 100%;
}
.bg-hijau{
background-color:#1D6118;
color: antiquewhite;
}
#galeri .row {
padding: 0px;
}
.kontak {
}
.kontak :hover {
color: rgb(17, 131, 192);
padding:3px;
}
@media screen and (max-widt: 450px) {
.alamat {
padding-top: 100px;
}
}
@media screen and (max-width:720px) {
.garis {
border-bottom: 3px solid black;
border-right: none;
}
.isi-profil {
padding: 5px 10px;
}
}