Skip to content

Instantly share code, notes, and snippets.

@Crenshinibon
Created March 3, 2016 18:45
Show Gist options
  • Save Crenshinibon/e253a799a748e6ec4eb8 to your computer and use it in GitHub Desktop.
Save Crenshinibon/e253a799a748e6ec4eb8 to your computer and use it in GitHub Desktop.
/* CSS declarations go here */
html {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
font-family: verdana;
width: 100vw;
max-width: 100%;
}
div.measure-container {
display: inline-block;
width:50vw;
max-width: 50%;
height: 45vh;
max-height: 50%;
}
div.graph-title {
display: inline-block;
width: 100%;
background-color: #627d4d;
border-radius: 20px;
}
div.graph-title p {
margin-top: 5px;
margin-bottom: 5px;
}
div.graph-container {
display: inline-block;
width: 100%;
height: 100%;
}
p {
padding-left: 10px;
padding-top: 2px;
padding-bottom: 5px;
padding-right: 2px;
overflow: hidden;
color: white;
text-overflow: ellipsis;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment