From f113808010cfbc6e58fe58b581f1938aca9fcab3 Mon Sep 17 00:00:00 2001 From: Athithiyan <30665279+Athithiyan@users.noreply.github.com> Date: Sun, 26 May 2019 15:27:36 +0530 Subject: [PATCH] Add files via upload Tried Pagination --- App.css | 21 ++- App.js | 416 ++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 305 insertions(+), 132 deletions(-) diff --git a/App.css b/App.css index 7d6cea0..b19d7ca 100644 --- a/App.css +++ b/App.css @@ -92,4 +92,23 @@ html, body{ color: #5e6871; margin-left: 14px; margin-top: 1em; -} \ No newline at end of file +} + +#page-numbers{ + padding: 1% 50%; + cursor:pointer; + display:inline-block +} +.pagination li{ + color: black; + float: left; + padding: 8px 16px; + text-decoration: none; + transition: background-color .3s; + border: 1px solid #ddd; + margin: 0 4px; + color: black; + border: 1px solid #5e6871; +} + +.pagination li:hover:not(.active) {background-color: #5e6871;} \ No newline at end of file diff --git a/App.js b/App.js index b7c8dc0..65781cc 100644 --- a/App.js +++ b/App.js @@ -5,137 +5,291 @@ import './App.css'; // const pstyle={ // top:'16px' // } -function App() { - return ( -
-
-
-
- -
-
-
-
-
course.jpg
-
-
-
-
-
-
Quiz title
-
-
-
-
-
-
course.jpg
-
-
-
-
-
-
untitled quiz
-
-
-
-
-
-
course.jpg
-
-
-
-
-
-
course.jpg
-
-
-
-
-
-
-
-
untitled quiz
-
-
-
-
-
-
course.jpg
-
-
-
-
-
-
Quiz title
-
-
-
-
-
-
Hello World!
-
-
-
-
-
-
course.jpg
-
-
-
-
-
-
Quiz title
-
-
-
-
-
-
-
-
course.jpg
-
-
-
-
-
-
Quiz title
-
-
-
-
-
-
course.jpg
-
-
-
-
-
-
Quiz title
-
-
-
-
-
-
RecordRTC
-
-
-
-
-
-
RecordRTC
-
-
-
-
-
- ); -} + ); + } + } + +// function App() { +// return ( +//
+//
+//
+//
+// +//
+//
+//
+//
+//
+//
+//
course.jpg
+//
+//
+//
+//
+//
+//
Quiz title
+//
+//
+//
+//
+//
+//
course.jpg
+//
+//
+//
+//
+//
+//
untitled quiz
+//
+//
+//
+//
+//
+//
course.jpg
+//
+//
+//
+//
+//
+//
course.jpg
+//
+//
+//
+//
+//
+//
+//
+//
untitled quiz
+//
+//
+//
+//
+//
+//
course.jpg
+//
+//
+//
+//
+//
+//
Quiz title
+//
+//
+//
+//
+//
+//
Hello World!
+//
+//
+//
+//
+//
+//
course.jpg
+//
+//
+//
+//
+//
+//
Quiz title
+//
+//
+//
+//
+//
+//
+//
+//
course.jpg
+//
+//
+//
+//
+//
+//
Quiz title
+//
+//
+//
+//
+//
+//
course.jpg
+//
+//
+//
+//
+//
+//
Quiz title
+//
+//
+//
+//
+//
+//
RecordRTC
+//
+//
+//
+//
+//
+//
RecordRTC
+//
+//
+//
+//
+//
+// ); +// } -export default App; +// export default App;