-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
147 lines (132 loc) · 2.38 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
body {
-webkit-font-smoothing: antialiased;
}
@media (min-width: 1200px) {
.container {
max-width: 960px;
}
}
.logo {
margin-bottom: 25px;
}
.header {
display: block;
background: rgba(50,50,51,0);
background-image: url(//darunnajah.inasurvey.id/images/darun-najah-santriwati-front.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: right top;
background-size: cover;
border-style: none;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
border-radius: 0px;
width: 100%;
height: 935px;
position: relative;
}
h1 {
font-family: raleway;
font-weight: bold;
font-size: 2.2rem;
line-height: 1;
color: white;
}
.header .teks {
font-size: 18px;
margin-top: 25px;
margin-bottom: 25px;
color: white;
}
.formulir {
color: black;
padding: 25px 15px;
background: rgba(170,170,170,0.75);
text-align: left;
}
.formulir button {
padding: 10px 0;
font-weight: bold;
}
.formulir h5 {
font-size: 1.125rem;
font-weight: bold;
margin-bottom: 15px;;
}
.header-mobile .atas {
position: relative;
background: #116dff;
margin-bottom: -100px;
z-index: 9999;
}
.header-mobile h1 {
color: white;
font-size: 32px;
padding: 0 15px;
}
.header-mobile .top {
margin-left: -15px;
margin-right: -15px;
}
.header-mobile .gambar {
position: relative;
z-index: 9998;
}
.header-mobile .gambar img {
width: 100%;
height: auto;
}
.header-mobile .formulir {
margin-left: -15px;
margin-right: -15px;
}
.header-mobile .teks {
background: rgba(5,68,148,1);
color: white;
padding: 20px 15px;
margin-left: -15px;
margin-right: -15px;
font-size: 18px;
text-align: center;
}
.card-body {
padding: .85rem;
}
.metode {
margin-bottom: 30px;
}
.metode > img {
padding: 3rem;
}
.metode .card-body {
padding-top: 0;
margin-top: -25px;
}
.testimoni {
margin-top: 25px;
background: rgba(248,248,248,1);
padding: 25px 15px;
}
.program {
margin-top: 30px;
}
.program .card {
margin-bottom: 30px;
}
.tentang {
margin-top: 30px;
}
.img-teks {
margin-top: 8px;
font-size: 12px;
}
.daftar .btn {
letter-spacing: 1.5px;
font-weight: bold;
padding: 12px 30px;
}
.footer .text-center {
font-size: 13px;
letter-spacing: .5px;
}