-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
77 lines (70 loc) · 1.11 KB
/
styles.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
66
67
68
69
70
71
72
73
74
75
76
77
h1{
font-size: 96px;
font-family: 'Oswald', sans-serif;
color: #695857;
}
h2{
font-size: 84px;
font-family: 'Oswald', sans-serif;
color: #695857;
}
anime{
font-family: 'Gemunu Libre', sans-serif;
font-size: 20px;
text-align: center;
}
.navbar-brand{
font-size: 24px;
font-family: 'Oswald', sans-serif;
text-align: center;
}
.nav-item{
padding-right: 25px;
padding-left: 25px;
font-size: 36px
}
body,html {
height:100%;
background-color: #ebd7d5
}
.featured-item, .on-sale, .best-selling{
font-size: 64px;
font-family: 'Oswald', sans-serif;
}
.featured-item{
color: #9c2574;
}
.on-sale{
color: #209133;
}
.best-selling{
color: #d1a326;
}
.card-body{
font-family: 'Gemunu Libre', sans-serif;
font-size: 20px;
}
.card-title{
font-size: 36px;
}
.container-fluid {
min-height:100%;
}
.about-desc{
text-align: center;
line-height: 4.0;
}
.footer {
height:40px;
margin-top:-40px;
background-color: #757575
}
.card-img-overlay{
align-items: center;
text-align: center;
color: white;
}
.footer-text{
color: white;
font-family: 'Gemunu Libre', sans-serif;
}