Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
FaizalZahid authored Jan 7, 2025
1 parent 8856c9c commit 1d1e6d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BooksForAll/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1855,4 +1855,4 @@ <h2>Psychology</h2>
</section>
</main>
</body>
</html>
</html>
8 changes: 8 additions & 0 deletions BooksForAll/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,10 @@ footer p {
width: 160px;
height: 240px;
}

iframe {
--scale: 0.5;
}
}

@media (max-width: 480px) {
Expand Down Expand Up @@ -731,6 +735,10 @@ footer p {
.card p {
font-size: 0.8rem;
}

iframe {
--scale: 0.4;
}
}

@keyframes shake {
Expand Down

0 comments on commit 1d1e6d4

Please sign in to comment.