diff options
| author | s1n <[email protected]> | 2020-03-04 01:58:07 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-04 01:58:07 -0800 |
| commit | b1df5a6c1cd87016797a0582875ad6bd315010ff (patch) | |
| tree | cd3f6aadf7568819a70c7661f4d1d3ad63fe2d07 /made-with-love/css | |
| download | html-examples-master.tar.xz html-examples-master.zip | |
Diffstat (limited to 'made-with-love/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 |