-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
118 lines (98 loc) · 1.5 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
* {
margin: 0;
padding: 0;
}
body {
background-color: gainsboro;
font-family: "Roboto", Arial, sans-serif;
font-size: 17px;
}
header {
background-image: url(bg_1.jpg.jpg);
height: 90vh;
background-size: cover;
background-repeat: no-repeat;
}
.tgrey {
color: #999999;
font-size: 14px;
}
.tgrey a {
color: black;
}
.round-icon {
background-color: white;
height: 30px;
width: 30px;
border-radius: 50%;
text-align: center;
padding: 5px;
margin: 0px 4px;
}
.round-icon:hover {
background-color: #fd4c82;
color: black;
}
.pink {
color: #fd4c82;
}
a {
text-decoration: none;
color: #fd4c82;
}
.logo i {
font-size: 50px;
}
.logo h1 {
font-size: 25px;
margin: 0px;
}
.logo p {
font-size: 12px;
margin: 0px;
color: #fd4c82;
}
.marleft-auto {
margin-left: auto;
}
.pink-bg {
background-color: #fd4c82;
color: white;
}
a.nav-link {
font-weight: bold;
padding: 12px 20px !important;
}
.hero h1 {
font-size: 60px;
}
p {
color: #999;
}
.pink-bg {
background-color: #fd4c82;
}
.bg-green {
background-color: rgb(29, 209, 29);
}
.card {
padding: 20px;
}
.card .round {
font-size: 40px;
color: #fd4c82;
width: 80px;
height: 80px;
line-height: 1.3;
border-radius: 50%;
background: #f0f0f0;
margin-right: 10px;
}
.card:hover {
background-color: #fd4c82;
}
.left-img img{
width: 80%;
height: 80%;
object-fit: cover;
}