consistent CSS for the task and the solution

This commit is contained in:
koala-lava 2019-11-25 12:27:15 +07:00 committed by GitHub
parent 79417c6e73
commit 7f2118b67b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,10 @@
color: red;
}
body {
margin: 0;
}
.minutes {
color: green;
}
@ -20,9 +24,15 @@
top: 0;
}
.tooltip {
#tooltip {
position: absolute;
background: #eee;
border: 1px brown solid;
padding: 3px;
padding: 10px 20px;
border: 1px solid #b3c9ce;
border-radius: 4px;
text-align: center;
font: italic 14px/1.3 sans-serif;
color: #333;
background: #fff;
z-index: 100000;
box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
}