Skip to content
Snippets Groups Projects
pyscript.css 452 B
Newer Older
  • Learn to ignore specific revisions
  • nickgrifasi's avatar
    nickgrifasi committed
    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;
    }