-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
39 lines (39 loc) · 778 Bytes
/
style.css
File metadata and controls
39 lines (39 loc) · 778 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
#index-page{
background: url("asset/img/pexels-nikolaos-dimou-2473183.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
h2{
color: #fff;
font-size: 2.5em;
font-weight: 700;
text-align: center;
margin-top: 0;
margin-bottom: 0;
}
p{
color: #fff;
font-size: 1.7em;
font-weight: 400;
text-align: center;
margin-top: 0;
margin-bottom: 0;
}
a{
color: #fff;
font-size: 1.5em;
font-weight: 400;
text-align: center;
margin-top: 0;
margin-bottom: 0;
}
.lin{
color: rgb(5, 11, 37);
font-size: 1.2em;
font-weight: 400;
text-align: center;
margin-top: 0;
margin-bottom: 0;
}