-
Notifications
You must be signed in to change notification settings - Fork 11
/
style.css
64 lines (54 loc) · 1.04 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
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
body {
font-family: 'Open sans', sans-serif;
}
#card-wrapper {
text-align: center;
text-align: center;
margin-left: 10px;
margin-right: 10px;
}
#card {
padding: 0px;
/* height: 400px; */
max-width: 400px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius: 10px;
}
#gdsc-branding {
display: flex;
flex-direction: column;
padding: 10px;
}
#photo {
background: linear-gradient(rgb(228, 228, 228), rgb(170, 170, 170));
width: 100%;
/* height: 320px; */
border-radius: 10px 10px 0px 0px;
}
#wrapper {
padding-top: 40px;
}
p {
/* font-weight: bold; */
color: #666D74;
font-size: larger;
}
#gdsc-logo {
width: 100%;
margin: 0px;
}
#gdsc-logo-top {
width: 45%;
margin-top: 2px;
margin-left: 10px;
}
#gdsc-logo-footer {
width: 45%;
margin-top: 5px;
margin-left: 10px;
}
input {
margin-top: 10px;
padding: 10px;
}