├── .gitignore ├── README.md └── footer #1 ├── index.html └── style.css /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_STORE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | A collection of ready to use footers built using CSS. -------------------------------------------------------------------------------- /footer #1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsmrProg-YT/css-footers/HEAD/footer #1/index.html -------------------------------------------------------------------------------- /footer #1/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsmrProg-YT/css-footers/HEAD/footer #1/style.css --------------------------------------------------------------------------------