-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathajalugu.css
54 lines (49 loc) · 1.45 KB
/
ajalugu.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
h2{
color: white;
font-size: 50px;
font-style: italic;
text-align: center;
}
h1{
color: black;
font-size: 50px;
font-style: normal;
text-align: center;
}
p{
font-family: "Andale Mono", AndaleMono, monospace; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 24px;
}
body{
color:rgb(0, 0, 0);
font-size: 15px;
font-style: normal;
background-image: url(https://media.istockphoto.com/id/1283615709/photo/old-brown-paper-parchment-background-design-with-distressed-vintage-stains-and-ink-spatter.jpg?b=1&s=170667a&w=0&k=20&c=Y_revxGOF74qhni-1AigoBiEvdU4B-nZDrHtspDW8lw=);
}
.parallax {
min-height: 500px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.parallax.layer1 {
/* The image used */
background-image: url(https://networthpick.com/wp-content/uploads/2022/02/Erno-Rubik.jpg);
}
.parallax.layer2 {
/* The image used */
background-image: url(https://static01.nyt.com/images/2020/09/18/books/15Rubik4/15Rubik4-articleLarge.jpg?quality=75&auto=webp&disable=upscale);
}
.parallax.layer3 {
/* The image used */
background-image: url(https://i.ytimg.com/vi/mFo7ULcbxrA/maxresdefault.jpg);
}
.oke {
position: relative;
top: 350%;
left: 50%;
transform: translate(-50%, 350%);
background-color: black;
color: white;
}