-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
65 lines (54 loc) · 1.18 KB
/
index.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
body {
margin: 0;
}
.demo-layout-transparent {
background: url('assets/image/background.jfif') center / cover;
}
.demo-layout-transparent .mdl-layout__header,
.demo-layout-transparent .mdl-layout__drawer-button {
/* This background is dark, so we set text to white. Use 87% black instead if
your background is light. */
color: white;
}
.demo-card-square.mdl-card {
width: 320px;
height: 320px;
margin: 5px;
}
.demo-card-square>.mdl-card__title {
color: #fff;
background: #121212;
}
.flexContainer {
padding: 10px;
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: center;
align-content: center;
}
.flexContainerCenter {
padding: 10px;
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: center;
align-content: center;
}
.demo-card-wide.mdl-card {
width: 100%;
}
.demo-card-wide>.mdl-card__title {
color: #fff;
height: 176px;
background: url('assets/image/main_banner.png') center / cover;
}
.demo-card-wide>.mdl-card__menu {
color: #fff;
}
.demo-footer {
padding-left: 40px;
}
.demo-footer .mdl-mini-footer--link-list a {
font-size: 13px;
}