diff --git a/Untitled-1.html b/Untitled-1.html deleted file mode 100644 index 1e9a53f..0000000 --- a/Untitled-1.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - -

Select a new car from the list.

- - - -

When you select a new car, a function is triggered which outputs the value of the selected car.

- -

- - - - - \ No newline at end of file diff --git a/arrangements-delivery_arrangements3.html b/arrangements-delivery_arrangements3.html index 66d5f0d..2467042 100644 --- a/arrangements-delivery_arrangements3.html +++ b/arrangements-delivery_arrangements3.html @@ -288,7 +288,7 @@
- + + +
+
+ +
+ + + - - - - - - - \ No newline at end of file diff --git a/css/global.style.css b/css/global.style.css index 9f3d01f..c72c999 100644 --- a/css/global.style.css +++ b/css/global.style.css @@ -2623,10 +2623,10 @@ cont.menu ul.main-menu>li li a{ from {opacity: 0;} to {opacity: 1;} } -/*end of part 28----------------------------------------------------*/ +/*end of part 27----------------------------------------------------*/ /*------------------------------------------------------------------- -[27. Table and Collapsible] +[28. Table and Collapsible] -------------------------------------------------------------------*/ table { @@ -2670,6 +2670,35 @@ tr:nth-child(even){background-color: #f2f2f2} } /*end of part 28----------------------------------------------------*/ +/*------------------------------------------------------------------- +[29. Pagination] +-------------------------------------------------------------------*/ +.pagination { + display: inline-block; +} + +.centerpagination { + text-align: center; +} + +.pagination a { + color: black; + float: left; + padding: 8px 16px; + text-decoration: none; +} + +.pagination a.active { + background-color: #4CAF50; + color: white; +} + +.pagination a:hover:not(.active) {background-color: #ddd;} + + +/*end of part 29----------------------------------------------------*/ + + /*Other Styles and helpers------------------------------------------*/ .block { display: block;