diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9ea26ec --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules/* +package-lock.json \ No newline at end of file diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..7196dcc --- /dev/null +++ b/css/style.css @@ -0,0 +1,30 @@ +.col-md-2 { + text-align: center; +} + +.col-md-8 { + height: 250px; + overflow: auto; +} + +.openModal { + margin-top: 90px; +} + +.capitalize { + text-transform: capitalize; +} + +.pagination { + display: none; + width: 100%; + text-align: center; +} + +#bookName { + width: 120px; +} + +.panel-group { + padding: 20px; +} diff --git a/i/Cover.gif b/i/Cover.gif new file mode 100644 index 0000000..7e84a79 Binary files /dev/null and b/i/Cover.gif differ diff --git a/index.html b/index.html index dee98c8..f838087 100644 --- a/index.html +++ b/index.html @@ -4,13 +4,41 @@