Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PDF Database (cooler title here)

Welcome to the PDF Database! Here is a collection of pictures and pdfs.

<style> .gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 20px 0; } .gallery img { width: 100%; height: auto; aspect-ratio: 1 / 1; /* Forces images to be square */ object-fit: cover; /* Ensures the image is cropped appropriately */ border: 1px solid #ccc; border-radius: 8px; box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1); } </style>

About

Deploy a collection of PDFs to the internet as a webpage to make an accessible database.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors