aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/styles/Footer.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/Footer.ts')
-rw-r--r--src/styles/Footer.ts13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/styles/Footer.ts b/src/styles/Footer.ts
new file mode 100644
index 0000000..a121b68
--- /dev/null
+++ b/src/styles/Footer.ts
@@ -0,0 +1,13 @@
+import styled from "styled-components";
+
+export default styled.div`
+ width: 100%;
+ position: fixed;
+ left: 0px;
+ bottom: 0px;
+ text-align: center;
+ font-size: 12px;
+ span {
+ background-color: #e1e1e1;
+ }
+`;