Changes
Page history
Update Test Page
authored
May 08, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Wiki-Editors-Resources/Test-Page.md
View page @
9ae0d2d9
...
...
@@ -48,6 +48,26 @@ The following is a list of the implemented particles, associated with their Data
##
# 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

...
...
...
...