Added buttons page part, Patched docker compose file, Added clock display

Update docker-compose.dev.yml, index.php, and 3 more files...
This commit is contained in:
Herwin
2024-11-13 22:47:07 +01:00
parent 4097bcca67
commit d6512716ec
5 changed files with 91 additions and 1 deletions

View File

@@ -6,6 +6,10 @@
display: none;
}
.d-block {
display: block;
}
.d-inline-block {
display: inline-block;
}