forked from Job-madi/moodifier-html-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles3.css
79 lines (72 loc) · 2.11 KB
/
styles3.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
.l_anger
{
background-image: url('https://i.ibb.co/rp82wHX/angry-landing-page.png');
background-repeat: no-repeat;
background-size:contain;
background-color: rgb(255, 22, 22);
background-position: center;
background-attachment: fixed;
}
.l_disgust
{
background-image: url('https://i.ibb.co/d7Nb1KT/Copy-of-moodify.png');
background-repeat: no-repeat;
background-size:contain;
background-color: rgb(201, 226, 101);
background-position: center;
background-attachment: fixed;
}
.l_happy
{
background-image: url('https://i.ibb.co/4fMYr53/happy-landing-page.png');
background-repeat: no-repeat;
background-size:contain;
background-color: rgb(255, 189, 89);
background-position: center;
background-attachment: fixed;
}
.l_neutral
{
background-image: url('https://i.ibb.co/93sn390/moodifier-2.png');
background-repeat: no-repeat;
background-size:contain;
background-color: #866042;
background-position: center;
background-attachment: fixed;
}
.l_sad
{
background-image: url('https://i.ibb.co/myXmQ07/sad-landing-page.png');
background-repeat: no-repeat;
background-size:contain;
background-color: #5271ff;
background-position: center;
background-attachment: fixed;
}
.l_scary
{
background-image: url('https://i.ibb.co/nnNWtNt/scary-landing-page.png');
background-repeat: no-repeat;
background-size:contain;
background-color: rgb(48, 72, 63);
background-position: center;
background-attachment: fixed;
}
.l_sleepy
{
background-image: url('https://i.ibb.co/Kz8gdyh/sleepy-landing-page.png');
background-repeat: no-repeat;
background-size:contain;
background-color: rgb(203, 108, 230);
background-position: center;
background-attachment: fixed;
}
.l_surprise
{
background-image: url('https://i.ibb.co/3yFBrRz/surprised-landing-page.png');
background-repeat: no-repeat;
background-size:contain;
background-color: rgb(255, 222, 89);
background-position: center;
background-attachment: fixed;
}