-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.css
More file actions
91 lines (86 loc) · 1.56 KB
/
about.css
File metadata and controls
91 lines (86 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
body {
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
div.card {
padding-top: 1rem;
justify-content: center;
align-items: normal;
background-color: #262857;
align-content: center;
left: 50%;
vertical-align: middle;
margin: 8px;
min-width: 15rem;
box-sizing: border-box;
box-shadow: 3px 3px 5px 5px #262857;
max-width: 400px;
min-width: 400px;
text-align: center;
}
p.bio {
font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
font-size: 32px;
vertical-align: top;
left: 16px;
top: auto;
position: relative;
font-weight: 600;
color: white;
}
p.name {
font-family: "Roboto", Georgia, "Times New Roman", Times, serif;
margin: 32px;
color: white;
position: relative;
font-size: 24px;
font-weight: 700;
}
img.profile {
margin: 1rem;
position: relative;
}
button.menu {
width: auto;
font-family: "Roboto", sans-serif;
font-weight: 900;
color: black;
height: 32px;
border-radius: 32px;
border-color: white;
border-style: solid;
background-color: #ffef00;
border-width: 4px;
cursor: pointer;
outline: none;
font-size: 16px;
margin: 8px;
}
button.menu:hover {
background-color: white;
}
button.menu:active {
background-color: white;
}
div.header {
background-color: #ffef00;
margin: 8px;
}
.cards {
margin-top: 100px;
display: flex;
justify-content: center;
}
#back {
position: fixed;
bottom: 0;
right: 0;
}
h1 {
text-align: center;
color: #ffef00;
font-family: "Roboto", sans-serif;
font-weight: 100;
font-size: 128px;
}