diff options
Diffstat (limited to 'made-with-love/css/main.css')
| -rw-r--r-- | made-with-love/css/main.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/made-with-love/css/main.css b/made-with-love/css/main.css new file mode 100644 index 0000000..af26ded --- /dev/null +++ b/made-with-love/css/main.css @@ -0,0 +1,7 @@ +.footer{
+ position: fixed;
+ text-align: center;
+ bottom: 0px;
+ width: 100%;
+ left: 0%;
+}
\ No newline at end of file |