diff --git a/README.md b/README.md
index 74b5364..58bba66 100644
--- a/README.md
+++ b/README.md
@@ -74,3 +74,8 @@
```
11. **Make pull request (PR)** 🚀
+## Our Contributors
+
+
+
+
\ No newline at end of file
diff --git a/css/brand__slider.css b/css/brand__slider.css
new file mode 100644
index 0000000..5eadab7
--- /dev/null
+++ b/css/brand__slider.css
@@ -0,0 +1,18 @@
+.section__brand {
+ padding: 40px 0 80px 0;
+}
+
+.section__brand h1 {
+ margin-bottom: 40px;
+ text-align: center;
+}
+
+.slider__img-box {
+ height: 200px;
+ width: 200px;
+}
+
+.slider__img-box img {
+ height: 200px;
+ width: 200px;
+}
\ No newline at end of file
diff --git a/css/trending.css b/css/trending.css
index 477145c..66987f4 100644
--- a/css/trending.css
+++ b/css/trending.css
@@ -1 +1 @@
-/* need css */
\ No newline at end of file
+/* empty css file */
\ No newline at end of file
diff --git a/index.html b/index.html
index 13caf0d..8d41260 100644
--- a/index.html
+++ b/index.html
@@ -1,477 +1,439 @@
+