-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathteam.css
64 lines (63 loc) · 1.22 KB
/
team.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
body{
background-color: black !important;
font-family: 'Open Sans', sans-serif;
font-weight: bolder !important;
color: #aadb1e !important;
}
/* NAVBAR CSS */
.navbar{
top : 0px;
left: 0px;
position: fixed;
z-index: 10;
display: block;
width: 100%;
background-color:black;
}
.navbar .navbar-nav{
margin-right: 1vw !important;
}
.navbar .navbar-collapse{
justify-content: flex-end !important;
}
.navbar a{
color: #aadb1e;
font-size: 1.3rem;
}
.navbar a:visited{
color: #aadb1e;
}
.navbar a:hover{
background-color: rgb(130, 130, 130);
}
.navbar a:active{
background-color: rgb(130, 130, 130);
}
.navbar .navbar-brand{
display: flex;
align-items: center;
}
.navbar .navbar-brand img{
margin-right: 10px;
}
.navbar .navbar-brand div{
text-align: center;
}
.card{
width: 18rem;
color:#aadb1e;
}
.card-img-top{
width: 18rem;
height: 18rem;
border-radius: 12.727rem !important;
}
.card-body{
font-family: 'Open Sans', sans-serif;
font-weight: bolder !important;
}
.icons:hover{
cursor: pointer;
height: 20px;
width: 20px;
}