Update Test Page authored by Lxlp's avatar Lxlp
...@@ -48,6 +48,26 @@ The following is a list of the implemented particles, associated with their Data ...@@ -48,6 +48,26 @@ The following is a list of the implemented particles, associated with their Data
## ##
# Particles # Particles
<div style="border: 1px solid #ccc; border-radius: 5px; overflow: hidden; width: 300px;">
<img src="https://via.placeholder.com/150" alt="Placeholder image" style="width: 100%; height: auto;">
<div style="padding: 20px;">
<h3 style="margin-top: 0;">Title</h3>
<p style="margin-bottom: 15px;">Some text describing the card content.</p>
<a href="#" style="display: block; text-align: right; text-decoration: none; color: #007bff;">Read more</a>
</div>
</div>
<div style="border: 1px solid #ccc; border-radius: 5px; overflow: hidden; width: 300px;">
<img src="https://via.placeholder.com/150" alt="Placeholder image" style="width: 100%; height: auto;">
<div style="padding: 20px;">
<h3 style="margin-top: 0;">Title</h3>
<p style="margin-bottom: 15px;">Some text describing the card content.</p>
<a href="#" style="display: block; text-align: right; text-decoration: none; color: #007bff;">Read more</a>
</div>
</div>
### ash ### ash
![ash](https://imgur.com/ggCYoIB.gif) ![ash](https://imgur.com/ggCYoIB.gif)
... ...
......