-
Notifications
You must be signed in to change notification settings - Fork 0
/
color.css
118 lines (107 loc) · 1.81 KB
/
color.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
.font{
font-family: sans-serif;
margin-left: 50px;
font-size: 40px;
}
html{
box-sizing: border-box;
}
/*.img_core{
display: block;
width: 75px;
height: 75px;
margin-left: auto;
margin-right: auto;
}*/
.underline{
-webkit-text-decoration: rgb(0, 0, 0) solid underline;
text-decoration: rgb(0, 0, 0) solid underline;
-webkit-text-underline-position: under;
text-underline-position: under;
font-size: 30px;
}
.head{
font-size: x-large;
text-align: center;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 150px;
border-radius: 50%;
}
.border{
border: 1px solid black;
padding: 10px;
margin: 25px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
border-radius: 25px 25px;
}
.second_border{
margin: 30px;
margin-top: 10px;
box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
padding: 25px
}
.third_border{
border-radius: 10px;
background-color: rgb(9, 31, 41);
}
.container{
margin-top: 60px;
}
.container{
font-size: 48px;
color: white;
margin-bottom: 25px;
text-align: center;
}
.team{
display: flex;
width: auto;
justify-content: center;
}
.member{
width: 250px;
margin: 5px;
background-color: rgb(9, 31, 41);
padding: 20px 10px;
border-radius: 15px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.member h2{
font-size: 25px;
color: white;
text-align: center;
}
.member p{
font-size: 15px;
color: white;
text-align: center;
}
.core_img{
max-width: 190px;
width: 100%;
height: 190px;
margin: 0 auto;
border-radius: 50%;
}
.core_img img{
width: 100%;
height: 100%;
}
.project {
margin: 0 auto;
text-align: center;
}
.card{
max-width: 400px;
height: fit-content;
display: inline-block;
border: solid black 1.5px;
}
.project_img img{
width: 100%;
height: 100%;
}