summaryrefslogtreecommitdiff
path: root/made-with-love/css
diff options
context:
space:
mode:
authors1n <[email protected]>2020-03-04 01:58:07 -0800
committerGitHub <[email protected]>2020-03-04 01:58:07 -0800
commitb1df5a6c1cd87016797a0582875ad6bd315010ff (patch)
treecd3f6aadf7568819a70c7661f4d1d3ad63fe2d07 /made-with-love/css
downloadhtml-examples-master.tar.xz
html-examples-master.zip
Diffstat (limited to 'made-with-love/css')
-rw-r--r--made-with-love/css/main.css7
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