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.

GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/next/components/landing/pricing.module.css
Views: 687
1
.item {
2
cursor: pointer;
3
position: relative;
4
transition: 0.1s;
5
top: 0;
6
}
7
8
.item:hover {
9
top: -5px;
10
}
11
12