forked from jchen706/junchen.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.css
More file actions
47 lines (40 loc) · 680 Bytes
/
project.css
File metadata and controls
47 lines (40 loc) · 680 Bytes
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
body {
display: flex;
height: 100vh;
width: 100%;
flex-direction: column;
background: rgba(71, 107, 107, 0.8);
}
.page-header {
text-align: center;
}
.display-1 {
font-size: 7vh;
text-align: center;
}
.card {
max-width: 300px;
max-height: 300px;
}
.card-img-top {
max-width: 300px !important;
max-height: 300px !important;
}
#buttonhome {
border-radius: 0 !important;
}
.git-ignore{
background-color: white;
border-radius: 30%;
padding: 0.2em;
width: fit-content;
max-width: 63px;
}
.container{
height: inherit;
align-items: center;
}
footer {
background: white;
text-align: center;
}