mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-07-01 07:43:24 +08:00
25 lines
291 B
CSS
25 lines
291 B
CSS
body {
|
|
padding-top: 100px;
|
|
}
|
|
|
|
#Detector img {
|
|
border-radius: 10px;
|
|
cursor: pointer;
|
|
width: 200px;
|
|
}
|
|
|
|
.bar rect {
|
|
fill: steelblue;
|
|
shape-rendering: crispEdges;
|
|
}
|
|
|
|
.bar text {
|
|
fill: #fff;
|
|
}
|
|
|
|
.axis path, .axis line {
|
|
fill: none;
|
|
stroke: #000;
|
|
shape-rendering: crispEdges;
|
|
}
|