jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
23 lines (19 loc) • 330 B
CSS
.container {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
#heatmap {
width: 100%;
max-width: 1000px;
}
#options {
margin: 50px;
display: flex;
flex-direction: column;
justify-content: center;
}
#options > :first-child {
margin-bottom: 20px;
}