forked from Diksha566/Windows11
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
78 lines (62 loc) · 1.16 KB
/
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
*{
margin:0;
padding: 0;
}
body{
background-image: url(bg.jpeg);
background-size: cover;
overflow: hidden;
font-family:'Courier New', Courier, monospace
/* height: 100vh; */
}
/*
.right{
justify-self: flex-end;
position: absolute;
right: 0 !important;
}
*/
.taskbar{
background-color: rgb(27, 28, 28);
position: absolute ;
bottom: 0;
height: 45px;
display: flex;
justify-content:center !important ;
width: 100%;
}
.startmeanu img{
height: 650px;
width: 570px;
border-radius: 8px;
}
.startmeanu{
position: absolute;
/* bottom: 70px; */
width: 100%;
text-align: center;
size: 50px;
bottom: -652px;
transition: all 0.3sc ease-in;
}
/* .clock{
width: 150px;
height: 150px;
border: 3px solid #FFFFFF;
border-radius: 50% ;
margin: 0 auto;
position: relative;
}
.point{
width: 10px;
height: 10px;
background-color: white;
border-radius: 50%;
position: absolute;
top: 30px;
left: 30px;
}
*/
.audio{
display: none;
}