Skip to content

Commit bc240f0

Browse files
authored
Center image in README and update formatting
Added a div tag for centering the image in the README.
1 parent ca17b99 commit bc240f0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
# Python Projects Collection
44
</div>
55

6-
![wallpaper Python - Notebook](https://github.com/user-attachments/assets/643c2835-0aba-428b-8e5e-ccaf36bcf0b4)
6+
<div align="center">
7+
8+
![wallpaper Python - Notebook](https://github.com/user-attachments/assets/643c2835-0aba-428b-8e5e-ccaf36bcf0b4)
9+
</div>
710

811
This repository contains a set of small, beginner-friendly Python projects designed to help you practice programming fundamentals like loops, conditionals, file handling, functions, and modules.
912
Each project is complete, well-commented, and easy to understand.

0 commit comments

Comments
 (0)