-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.component.css
More file actions
70 lines (57 loc) · 1.03 KB
/
main.component.css
File metadata and controls
70 lines (57 loc) · 1.03 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
.site-title .roo{
font-family: 'Pacifico';
color: lightcoral !important;
}
.container-fluid {
padding: 0px;
}
.site-content{
background-image: url('/assets/images/image.jpg');
background-attachment: fixed;
background-size: cover;
}
.site-title, .site-desc {
font-family: 'Righteous';
}
.card {
border: none;
}
.site-title{
margin-top: 30%;
margin-bottom: 6%;
font-size: 50px;
color: white;
}
.site-desc {
color: white;
font-size: 14px;
padding-left: 10%;
}
.site-btn {
margin-top: 3%;
margin-bottom: 40%;
}
.section-1 .heading-1 {
margin-top: 5%;
margin-bottom: 5%;
font-size: 39px;
font-weight: bold;
font-family: 'Pacifico';
}
.section .para-1 {
width: 40%;
margin-left: 20%;
margin-bottom: 5%;
}
.section-1 .card-text, .par-1 {
color: rgba(0,0,0,0.59);
}
.section-1 {
margin-bottom: 8%;
}
.row.first {
margin-bottom: 2%;
}
.row.second {
margin-top: 2%;
}