-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyle.css
More file actions
60 lines (57 loc) · 924 Bytes
/
Style.css
File metadata and controls
60 lines (57 loc) · 924 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
56
57
58
59
60
.D_parallax {
background-attachment: fixed;
background-image: url("./assets/parallex.jpg");
/* min-height: 600px; */
background-position: center;
background-size: cover;
}
.my-btn-pill{
border-radius: 30px;
}
.fa-facebook-square{
color:#3b5998
}
.fa-linkedin{
color: #3f729b
}
.fa-twitter-square{
color: #55acee
}
.fa-behance-square{
color: #1769ff
}
.make-white{
color:white;
}
.my-card-radius{
border-radius: 10px
}
.my-card-img-border-radius{
border-radius:10px 10px 0 0
}
.btn-extra-dark-border{
border: 2px solid rgb(77, 75, 75);
}
.my-user-image-bordering{
width:9%; border-radius: 50%;
}
/* for brand icon */
.brand-height{
height:70px
}
.brand-text-height{
height:40px;top:-5px;
}
.brand-name-text{
font-size:20px;
}
.brand-name-text-1{
top:10%;
}
.brand-name-text-2{
top:55%;
}
.brand-subtitle{
font-size:12px;
top:115%;
}