-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathabout.css
148 lines (127 loc) · 2.16 KB
/
about.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
.logoimg {
width: 80px;
}
.text123 {
color: white;
}
.img-responsive {
width: 100%;
}
#but1 {
margin: 30px 10px;
padding: 10px;
border-radius: 20px;
width: 150px;
}
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: 0.3s;
width: 80%;
text-align: center;
font-size: 20px;
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.cardbox {
padding: 2px 16px;
}
footer {
background-color: #343a40;
}
.sticky {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 10;
}
.footlogo {
margin-top: 25px;
margin-right: 10px;
margin-bottom: 20px;
}
.bg-dark {
background-color: rgba(52, 58, 64, 1);
}
h1 {
text-align: center;
font-family: "Pacifico", cursive;
}
.desc {
border: 10px solid black;
}
.headimg {
width: 100%;
height: 500px;
}
p {
font-family: "Raleway", sans-serif;
margin-top: 10px;
font-color: white;
}
.profile {
width: 250px;
height: 250px;
margin: 2%;
margin-left: 10px;
border: 2px solid black;
border-radius: 50%;
background-color: #ffffff;
color: black;
}
.details {
margin-top: 10px;
margin-left: 50px;
margin-right: 40px;
text-align: center;
font-size: 15px;
font-family: "Raleway", sans-serif;
font-weight: bold;
}
.proficon {
height: 100px;
margin-left: 70px;
margin-top: 40px;
border: 2px solid #c2c2a3;
border-radius: 50%;
}
.tab {
z-index: 5;
}
.profile:hover {
width: 250px;
height: 250px;
margin: 2%;
margin-left: 10px;
border: 2px solid black;
border-radius: 50%;
background-color: rgba(52, 58, 64, 1);
color: white;
}
.dropdown-content {
display: none;
position: absolute;
background-color: rgba(52, 58, 64, 1);
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown:hover .dropdown-content {
display: block;
}
.textdash2 {
font-family: "Poppins", sans-serif;
background-image: url("../pics/aboutusback.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 75%;
text-align: center;
font-size: 40px;
}