add three charts
This commit is contained in:
32
src/App.css
32
src/App.css
@@ -1,3 +1,7 @@
|
||||
body {
|
||||
/* background-color: #282c34;
|
||||
color: aliceblue; */
|
||||
}
|
||||
.App {
|
||||
text-align: center;
|
||||
}
|
||||
@@ -32,7 +36,35 @@
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
/* remove scroll bar */
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.card {
|
||||
/* height: 300px;
|
||||
width: 400px; */
|
||||
border: 1px solid;
|
||||
padding: 10px;
|
||||
/* box-shadow: 5px 10px 8px 10px #888888; */
|
||||
/* justify-content: center;
|
||||
display: flex;
|
||||
align-items: center; */
|
||||
}
|
||||
|
||||
div.chart{ font-family:sans-serif; font-size:0.7em;
|
||||
}
|
||||
div.bar {
|
||||
background-color:DarkRed; color:white;
|
||||
height:3em; line-height:3em; padding-right:1em; margin-bottom:2px; text-align:right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user