diff options
Diffstat (limited to 'src/shared/footer.css')
-rw-r--r-- | src/shared/footer.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/shared/footer.css b/src/shared/footer.css new file mode 100644 index 0000000..048b0c6 --- /dev/null +++ b/src/shared/footer.css @@ -0,0 +1,13 @@ +.footer { + position: absolute; + bottom: 0; + width: 95%; + height: 60px; + line-height: 60px; + background-color: #f5f5f5; +} + +.footer>.container { + padding-right: 15px; + padding-left: 15px; +}
\ No newline at end of file |