Init commit

This commit is contained in:
2017-02-23 08:29:27 +05:30
commit e9d3641f9f
5 changed files with 73 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
head,body
{
margin: 0;
padding: 0;
}
body
{
position: relative;
width: 100vw;
height: 100vh;
}
.chart-container
{
position: absolute;
width: 50%;
height: 50%;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: rgba(0,0,0,0.1);
}
line-chart
{
}