forked from 0xBenjamintan/maschainworkshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
new project.css
50 lines (44 loc) · 975 Bytes
/
new project.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
body{
font-family: Georgia, 'Times New Roman', Times, serif;
background-image: url(https://image.slidesdocs.com/responsive-images/background/clean-green-business-motivation-simple-minimalist-powerpoint-background_325bb82420__960_540.jpg);
background-repeat: no-repeat;
background-size: 1400px;
background-attachment: fixed;
overflow: auto 20%;
}
.word{
background-color: aquamarine;
}
.photo{
margin: 20px;
cursor: pointer;
display: block;
position: relative;
left: 20px;
top: 40px;
}
.photo2{
margin: 20px;
cursor: pointer;
display: block;
position: relative;
left: 325px;
bottom: 155px;
}
.photo3{
margin: 20px;
cursor: pointer;
display: block;
position: relative;
left: 630px;
bottom: 400px;
}
.photo:hover{
filter: blur(10px);
}
.photo2:hover{
filter: blur(10px);
}
.photo3:hover{
filter: blur(10px);
}