-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
83 lines (72 loc) · 1.3 KB
/
Copy pathstyle.css
File metadata and controls
83 lines (72 loc) · 1.3 KB
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
80
81
82
83
body{
background:#252323;
background-repeat: no-repeat;
height: 97vh;
}
main{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
#front{
margin-top: 50px;
border: 1px solid #6b6969;
z-index:1;
background-color: #000000;
height: 450px;
width: 230px;
border-radius: 35px;
display: flex;
justify-content: center;
align-items: center;
}
#screen{
background-color: #ffffff;
width:215px;
height:429px;
border-radius: 35px;
background-image: url('wallpaper.jpg');
background-size: cover;
background-position: center;
}
#camera{
background-color: #000000;
width:70px;
height:15px;
margin: auto;
border-radius: 0 0 10px 10px;
display: flex;
justify-content: space-between;
padding:0 10px;
}
.lense{
margin-top: 2px;
background-color: #ffffff;
border-radius: 50px;
width: 8px;
height: 8px;
}
.camera{
background: radial-gradient(silver, #000000, silver);
}
.flashlight{
background:#0a0a4a;
}
ul{
list-style: none;
position: absolute;
left:482px;
top:120px;
}
.button{
background:#000000;
width: 5px;
height: 40px;
margin-top: 5px;
border-radius: 5px;
}
.power{
height: 25px;
margin-bottom: 20px;
}