forked from AM1CODES/Poke-Dex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
69 lines (63 loc) · 1005 Bytes
/
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
66
67
68
69
html {
scroll-behavior: smooth;
}
#header {
background: url("https://i.pinimg.com/originals/a0/5b/e7/a05be72bed7c744f6d8d5b887b924aa6.jpg");
margin-top: 5.7%;
padding-top: 12%;
padding-bottom: 19.6%;
}
body {
font-family: "Righteous", cursive;
color: black;
}
.navbar {
background-color: black;
color: white;
}
.navTitle {
color: #ffffff;
padding-left: 50px;
size: 50px;
}
.itemNav {
padding: 15px;
}
.gallery-head {
font-size: 3rem;
text-align: center;
padding-bottom: 5%;
margin-top: 10%;
text-transform: uppercase;
}
.lead {
font-size: 1.5rem;
}
.display-3 {
font-size: 8rem;
}
.gallery-icon {
color: #000000;
text-align: center;
}
.backToTop {
margin-left: 49%;
color: #000000;
padding: 0.6%;
border-radius: 50%;
margin-bottom: 4%;
}
@media only screen and (max-width: 600px) {
.display-3 {
font-size: 4rem;
}
.lead {
font-size: 1.6rem;
}
.gallery-head {
font-size: 2rem;
}
.navTitle {
padding-left: 3px;
}
}