-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
77 lines (69 loc) · 1.22 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
body{
background-image: url('body_back.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
position: relative;
overflow-x: hidden;
}
.navbarCustom{
text-align: center;
}
.cardDesign{
background-color: aliceblue;
border-radius: 20px;
margin: 10px auto;
size: 200px;
}
.cardDesign img{
width: 200px;
}
.cardDesign h5,p{
font-size: 30px;
font-weight: 10px;
font-family: 'Dancing Script', cursive;
}
.mainContent{
margin:10px 0px 10px 0px;
width: 100%;
}
.footerSection .col-6{
padding-left: 10%;
}
.footerSection .col-6 h3{
padding-top: 5%;
}
.fa {
padding: 20px;
font-size: 30px;
width: 50px;
text-align: center;
text-decoration: none;
}
.fa:hover {
opacity: 0.7;
}
.fa-facebook {
background: #3B5998;
color: white;
}
.fa-linkedin {
background: #3B5998;
color: white;
}
.fa-twitter {
background: #55ACEE;
color: white;
}
.footerSection{
background-color: black;
opacity: 0.7;
color: rgb(45, 48, 48);
}
.copyrights{
text-align: center;
color: rgb(179, 174, 174);
}
.copyrights a{
text-decoration: none;
}