-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
52 lines (43 loc) · 874 Bytes
/
style.css
File metadata and controls
52 lines (43 loc) · 874 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
html {
font-family: 'Hind', sans-serif;
}
#site-index {
background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(images/smartphone-1.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
padding-bottom: 140px;
text-align: right;
color: #000;
}
#site-index h1 {
margin-top: 120px;
}
#site-index hr{
width: 40px;
margin-left: 74em;
height: 3px;
background-color: #ea9b23;
}
#site-index span {
color: #fff;
}
#site-index .row {
margin-top: 25px;
float: right;
}
#site-index p {
margin-top: 120px;
}
#site-index .col-md-4 {
width: 25%;
}
#site-footer {
/* background: #e0e0e5;*/
padding: 3px 0;
/* color: #fff;*/
text-align: center;
}
#site-footer h5 {
letter-spacing: 1px;
}