Skip to content

Commit

Permalink
Merge pull request #25 from csenits/last-css
Browse files Browse the repository at this point in the history
Adding last CSS class
  • Loading branch information
abdullahkhilji authored Oct 4, 2022
2 parents d83c3bf + 77293ba commit 76cbfbf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions books.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
left: 50%;
transform: translate(-50%, -35%);
}

.last{
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%, -35%);
}

.menu{
width: 400px;
Expand Down

0 comments on commit 76cbfbf

Please sign in to comment.