Skip to content
Snippets Groups Projects
Commit 15b39516 authored by nickgrifasi's avatar nickgrifasi
Browse files

css style file added

parent bb31d7a0
No related branches found
No related tags found
No related merge requests found
h1 {
text-align:center;
font-size: 70px;
font-weight: 600;
background-image: linear-gradient(to left, #db6618, #d4741b);
color: transparent;
background-clip: text;
-webkit-background-clip: text;
}
#matplotlib-bar{
margin: auto;
width: 50%;
border: 3px solid rgb(83, 8, 8);
padding: 10px;
}
#matplotlib-lineplot
{
margin: auto;
width: 50%;
border: 3px solid rgb(83, 8, 8);
padding: 10px;
}
\ No newline at end of file
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
<meta name="description" content=""> <meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" /> <link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
<link rel="stylesheet" href="pyscript.css">
<script defer src="https://pyscript.net/alpha/pyscript.js"></script> <script defer src="https://pyscript.net/alpha/pyscript.js"></script>
<py-env> <py-env>
- matplotlib - matplotlib
...@@ -15,6 +16,9 @@ ...@@ -15,6 +16,9 @@
- ./InteractionPrototype.csv_merged_result_unannotated.csv - ./InteractionPrototype.csv_merged_result_unannotated.csv
</py-env> </py-env>
</head> </head>
<h1 id="header"> OpenDSA Visualizations Dashboard</h1>
<body> <body>
<div id="matplotlib-lineplot"> </div> <div id="matplotlib-lineplot"> </div>
<py-script output="matplotlib-lineplot"> <py-script output="matplotlib-lineplot">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment