Contact Us!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: sagemathinc/cocalc-example-files
Path: blob/master/web-app-worksheet/app.css
Views: 962
1
.app-output {
2
color:#555;
3
padding: 2em;
4
border:1px solid orange;
5
border-radius:25px;
6
box-shadow: 10px 10px 5px #888888;
7
}
8