-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
63 lines (54 loc) · 845 Bytes
/
style.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
*{
margin: 0;
padding: 0;
}
body{
background-image: url(window_wall.jpg) ;
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
}
.taskbar{
position: absolute;
bottom: 0;
display: flex;
width: 1366px;
}
.win img{
width:53px ;
}
.search img{
width:376px ;
}
.edge img{
width:154px ;
}
.crome img{
width:377px ;
}
.right_icon {
width:407px ;
}
.right_icon img{
width:406px ;
}
.menu{
bottom: -81px;
position: absolute;
/* bottom: 651px; */
width: 100%;
height: 610px;
transition: all 0.3s ease-in;
}
.menu img{
position: absolute;
bottom: -521px;
/* height: 501px; */
height: 611px;
width: 685px;
transition: all 0.3s ease-in;
}
.win img:hover{
/* background-color: blue; */
opacity: 0.5;
}