diff --git a/css/footer.css b/css/footer.css new file mode 100644 index 00000000..3b61c54e --- /dev/null +++ b/css/footer.css @@ -0,0 +1,12 @@ +/* Footer CSS */ + +.bx--footer { + background-color: #0f62fe; + color: #ffffff; + padding: 1rem 0; + text-align: center; +} + +.bx--footer p { + margin: 0; +}