moving all labs to old dir

This commit is contained in:
2026-02-26 21:55:48 +10:00
parent 76555d27a4
commit 4f1c66e838
132 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
.menuItem {
text-align: center;
}
#menu ul {
padding-left: 0;
margin: .5%;
}
#menu li {
display: inline-block;
width: 16%;
background: #F00;
}
#menu a {
text-decoration: none;
color: white;
}
.pict {
width: 70%;
background: rgba(0, 255, 0, .5);
margin: 5px auto;
padding: 5px 0;
}