commit existing workshops

This commit is contained in:
boris
2024-10-16 09:24:22 +01:00
parent 803c11f46d
commit 4070dc5367
56 changed files with 2803 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
#title {
margin-top: 12px;
background-color: #fff;
color: #000;
}
#menu {
border-top: solid 6px #f00;
background-color: #f00;
color: #fff;
/*height: 400px;*/
}
#menu a {
background-color: #f00;
color: #fff;
text-decoration: none;
display: block;
}
#menu a:hover {
background-color: #f00;
color: #ddd;
text-decoration:underline;
display: block;
}
#content {
background-color: #fff;
border-top: solid 6px #f00;
}
#footer {
margin_top: 20px;
text-align: center;
background-color: #000;
color: #fff;
}