diff --git a/dist/index.html b/dist/index.html new file mode 100644 index 0000000..b9c4334 --- /dev/null +++ b/dist/index.html @@ -0,0 +1,50 @@ + + + + + + Untitled + + + + + + + + + + Why I Love Cats + + + +

Why I Love Cats

+

+ Cats are fascinating creatures. They are independent yet affectionate, playful yet mysterious. + Whether they’re curled up in a sunbeam or chasing a toy mouse, cats bring joy to millions of people around the world. + I love how each cat has its own personality—some are cuddly, others are aloof, and some are just plain silly. + Their purring is incredibly soothing, and their agility is unmatched. + Watching a cat leap gracefully or squeeze into a tiny box never gets old. + Plus, they’re low-maintenance pets that are perfect for small homes or busy lifestyles. +

+ +
+ Cute cat sitting +
+ +

Top Reasons I Love Cats

+ +

More Cat Photos

+ +Cat in autumn leaves + + + + + + + diff --git a/dist/style.css b/dist/style.css new file mode 100644 index 0000000..3320a4e --- /dev/null +++ b/dist/style.css @@ -0,0 +1,24 @@ +body { + font-family: Arial, sans-serif; + margin: 20px; + background-color: #fdf6e3; + color: #333; +} + +h1 { + color: #2c3e50; +} + +img { + display: block; + margin: 20px auto; + border-radius: 8px; + box-shadow: 0 4px 8px rgba(0,0,0,0.1); +} + +ul { + background-color: #fff8dc; + padding: 15px; + border-radius: 8px; + list-style-type: disc; +} \ No newline at end of file