CoolFace
Apppublic

gobalkrishnan1995/scikit-learn

sourceHugging Faceotherupdated 2y agoView on Hugging Face
0likes
styles.css40 linesDownload Raw Back to src
1/* css styles */2.reveal {3    display: flex;4}5 6.reveal .slides {7    flex: 1; /* Ensure slides take the remaining space */8}9 10.sidebar {11    width: 200px;12    background: #f4f4f4;13    padding: 15px;14    position: fixed;15    height: 100%;16    overflow-y: auto;17}18 19.sidebar h2 {20    font-size: 18px;21}22 23.sidebar ul {24    list-style: none;25    padding: 0;26}27 28.sidebar li {29    margin: 10px 0;30}31 32.sidebar a {33    text-decoration: none;34    color: #333;35}36 37.sidebar a:hover {38    text-decoration: underline;39}40