-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
120 lines (96 loc) · 1.56 KB
/
Copy pathstyles.css
File metadata and controls
120 lines (96 loc) · 1.56 KB
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
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
background-color:#949eab;
color: #333;
line-height: 1.6;
padding: 20px;
}
h1 {
text-align: center;
font-size: 3rem;
color: #2C3E50;
margin-bottom: 10px;
}
h2 {
text-align: center;
font-size: 2rem;
color: #34495E;
margin-bottom: 20px;
}
div {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 30px;
}
a {
text-decoration: none;
color: rgb(85, 86, 88);
font-size: 1.2rem;
margin: 10px 0;
display: block;
font-weight: bold;
}
a:hover {
color: #616b71;
}
.image {
width: 150px;
height: 150px;
object-fit: cover;
border-radius: 50%;
margin: 10px;
color: #333;
}
.member {
margin-left: 35% ;
padding: 20px;
background-color: #c9c3c3;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
text-align: center;
width: 400px;
justify-content: center;
}
.member h2 {
font-size: 2rem;
color: #2C3E50;
margin-bottom: 10px;
}
.member p {
font-size: 1.1rem;
color: #4c5455;
margin: 5px 0;
}
section {
margin-bottom: 40px;
}
@media (max-width: 768px) {
.image {
width: 120px;
height: 120px;
}
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 1.5rem;
}
a {
font-size: 1rem;
}
.member {
padding: 15px;
}
}
.branding{
justify-content: center;
color: #333;}
.imagename{
color:#333;
}