daily_automated

This commit is contained in:
paolo.iocco
2023-03-13 08:36:51 +00:00
parent 5347889cd2
commit f29dcc4188
5439 changed files with 1065799 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
/* Add style information here */
div#hello
{
display: block;
}
div#hello_again
{
display: none;
}
h3 {
color:white;
margin:-10px 0 0 0;
padding:4px;
background-color:rgb(80, 80, 170);
border:2px solid;
border-color:#c4c4e8 black black #c4c4e8;
font-family:sans-serif;
font-size: medium;
}