diff options
Diffstat (limited to 'src/app/components/footer/footer.component.css')
| -rw-r--r-- | src/app/components/footer/footer.component.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/app/components/footer/footer.component.css b/src/app/components/footer/footer.component.css new file mode 100644 index 0000000..b93e1f3 --- /dev/null +++ b/src/app/components/footer/footer.component.css @@ -0,0 +1,20 @@ +footer { + display: flex; + width: 100%; +} + +footer > * { + flex: 1; +} + +#version { + text-align: left; +} + +#middle-footer-message { + text-align: center; +} + +#license { + text-align: right; +} |
