Update .gitignore to remove public/ and *.css entries; add new styles.css file for improved layout and design. The new CSS file includes styles for body, image container, images, descriptions, and navigation elements, enhancing the overall user interface.

This commit is contained in:
2024-12-28 10:46:48 -05:00
parent ac4cd9cba6
commit 09a34e2f38
2 changed files with 76 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,10 +1,8 @@
node_modules
dist
build
public/
images/
*.html
*.css
*.png
*.jpg
*.jpeg