diff --git a/public/index.html b/public/index.html index 492e739..5d846f2 100644 --- a/public/index.html +++ b/public/index.html @@ -4,6 +4,8 @@ Freedom Loader + + diff --git a/public/styles/button/btn-download.css b/public/styles/button/btn-download.css new file mode 100644 index 0000000..e69de29 diff --git a/public/styles/button/btn-select.css b/public/styles/button/btn-select.css new file mode 100644 index 0000000..e69de29 diff --git a/public/styles/layout/container.css b/public/styles/layout/container.css new file mode 100644 index 0000000..e69de29 diff --git a/public/styles/layout/ctr-infos.css b/public/styles/layout/ctr-infos.css new file mode 100644 index 0000000..e69de29 diff --git a/public/styles/layout/footer.css b/public/styles/layout/footer.css new file mode 100644 index 0000000..e69de29 diff --git a/public/styles/layout/header.css b/public/styles/layout/header.css new file mode 100644 index 0000000..e69de29 diff --git a/public/styles/styles.css b/public/styles/styles.css new file mode 100644 index 0000000..4890f27 --- /dev/null +++ b/public/styles/styles.css @@ -0,0 +1,10 @@ +*{ + margin: 0; + padding: 0; + scroll-behavior: smooth; + +} + +body{ + background-color:rgb(83, 83, 83) ; +} \ No newline at end of file