-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
65 lines (58 loc) · 1 KB
/
Copy pathstyle.css
File metadata and controls
65 lines (58 loc) · 1 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
body {
background-color: rgba(104, 120, 201, 0.76)
}
#frame {
border: 2px solid black;
border-radius: 15px;
border-color: rgba(24, 24, 24, 0.66);
height: 700px;
width: 400px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
background-color: rgb(255, 255, 255)
}
#circle {
position: relative;
top: 325px;
left: 175px;
border: 0px solid black;
border-radius: 50%;
height: 50px;
width: 50px;
background-color: black;
}
#picture {
width:100%;
height: 100%;
}
#count {
border: 2px solid black;
border-radius: 15px;
border-color: rgba(24, 24, 24, 0.66);
height: 100px;
width: 100px;
position: absolute;
top: 250px;
right: 250px;
}
#number {
text-align: center;
font-size: 30px;
}
.seconds {
border: 2px solid black;
border-radius: 15px;
border-color: rgba(24, 24, 24, 0.66);
height: 100px;
width: 100px;
position: absolute;
top: 250px;
left: 250px;
}
#start {
height: 30px;
width: 30px;
border: 2px solid black;
border-radius: 15px;
}