forked from vikhyatsingh123/SlugTerra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
83 lines (79 loc) · 1.25 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
html {
scroll-behavior: smooth;
}
#header {
background: url('https://i.pinimg.com/originals/a0/5b/e7/a05be72bed7c744f6d8d5b887b924aa6.jpg');
background-position: center;
background-size: cover;
height: 100vh;
padding: 20%;
}
.card-img-top {
padding: 2rem;
}
body {
font-family: 'Righteous', cursive;
color: black;
}
.navbar {
background-color: black;
color: white;
}
.navTitle {
color: #ffffff;
padding-left: 50px;
size: 50px;
}
.card {
height: 100%;
}
.theme{
background-image: url(images/2407699.jpg);
width: 169%;
background-repeat: no-repeat;
margin-left: -35%;
margin-top:-23%;
height: 140vh;
object-fit:scale-down;
}
.itemNav {
padding: 15px;
}
.gallery-head {
font-size: 3rem;
text-align: center;
padding-bottom: 5%;
margin-top: 15%;
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;
}
}