-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclock.css
More file actions
80 lines (61 loc) · 1.03 KB
/
Copy pathclock.css
File metadata and controls
80 lines (61 loc) · 1.03 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
.background{
background-color: tomato;
}
.container{
box-sizing: border-box;
}
.heading {
text-align: center;
box-sizing: border-box;
}
#date{
text-align: center;
}
#onlytime{
text-align: center;
}
.image-src{
border: 5px solid black;
max-width: 100%;
height: auto;
}
.img{
box-sizing: border-box;
position: relative;
left: 150px;
/* / text-align: center; */
}
.design{
flex-direction: row;
}
.remainder{
position: relative;
left: 15rem;
box-sizing: border-box;
max-width: 100%;
height: auto;
}
.centered {
position: absolute;
top: 50%;
font-size: 200%;
left: 30%;
padding-top: 10%;
text-shadow: slategrey;
color: whitesmoke;
}
#party{
border-radius: 5px;
padding: 10px 40px;
margin-top: 5px;
background-color: black;
color: blanchedalmond;
font-size: 15px;
}
.foot{
display: inline;
}
.float-right{
display: inline;
float: right;
}