https://github.com/francoisschwarzentruber/fsttcs2022
Raw File
Tip revision: 0a380664b92a8c41edb67fa7b6da0fda3aa39a41 authored by François Schwarzentruber on 06 October 2022, 13:42:50 UTC
Merge pull request #1 from francoisschwarzentruber/add-license-1
Tip revision: 0a38066
style.css
#configuration {
    display: grid;
    justify-items: start;
    grid-template-columns: repeat(20, 48px);
}




.cell {
    background-color: white;
    width: 48px;
    text-align: center;
    height: 48px;
    border: 1px solid black;
    padding-top: 8px;
}



.dep {
    background-color: aqua;
}

.current {
    scale: 1.1;
}
back to top