Commit 207129e1 by kigrig

Upload New File

parent bf6a4437
Showing with 42 additions and 0 deletions
*{
text-align: center;
}
.table0, tr,th, td{
border: 1px solid black;
padding: 10px;
background-color: rgba(150, 0, 5, 0.1);
}
form{
display: inline-block;
width: 40%;
}
.radio{
text-align: left;
margin: 10px;
}
.ct-line.ct-threshold-above {
stroke: #03a45a;
}
.ct-point.ct-threshold-above{
stroke: rgba(0,0,0,0);
}
.ct-line.ct-threshold-below, .ct-point.ct-threshold-below, .ct-bar.ct-threshold-below {
stroke: #ce0461;
}
.ct-area.ct-threshold-above {
fill: #03a45a;
}
.ct-area.ct-threshold-below {
fill: #ce0461;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment