I’m trying to use the CSS Grid display framework with a Dash app without much luck; is that possible? Is there a better way to divide the screen into different areas using Dash? I’m trying for a look and feel similar to this sample app:
Thanks to both of you for your quick replies. I looked at the hyperlink and tried to copy the code for the Boostrap CSS framework, but I’m not sure I’m doing it right. I’m trying to just have these two paragraphs side-by-side in a simple two column, one row layout; it runs, but the output is stacked, not side-by-side. Does anyone know what (probably simple) error I’m making?
(note that I have the s1.css file from the Oil/Gas app in the assets folder of my application).
[BEGIN CODE]
-- coding: utf-8 --
import dash
import dash_core_components as dcc
import dash_html_components as html