-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
52 lines (47 loc) · 892 Bytes
/
styles.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
#app {
font-family: sans-serif;
border: 1px solid #eee;
border-radius: 2px;
padding: 20px 30px;
margin-top: 1em;
margin-bottom: 40px;
user-select: none;
max-width: 600;
width: 600;
display: inline-block;
background-color: lightyellow;
}
#tomato {
/* image is 800x622px */
/* background-image: url("./assets/fence.png"); */
background-size: 500px 400px;
background-position: -50px -45px;
width: 400px;
height: 311px;
position: relative;
cursor: pointer;
}
#tomatoImg {
/* max-width: 100%; */
height: 311px;
width: auto;
}
#tomatoTooltip {
position: absolute;
text-align: center;
margin: auto;
line-height: 30px;
top: 50%;
left: 50%;
height: 30px;
width: 140px;
border:1px solid black;
background-color: lightcoral;
z-index: 10;
}
#time-selector {
padding: 10px;
}
#startTime {
padding: 10px;
}