Stuff
This commit is contained in:
@@ -24,7 +24,7 @@ div {
|
||||
</video>
|
||||
<div>
|
||||
<p class="donation-name">{{ Name }}</p>
|
||||
<p class="donation-amount">{{ Euro }}</p>
|
||||
<p class="donation-test">{{ Message }}</p>
|
||||
<p class="donation-amount">{{ Euro }} €</p>
|
||||
<p class="donation-text">{{ Message }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Binary file not shown.
@@ -9,11 +9,12 @@ body {
|
||||
.donation-name{
|
||||
font-style: bold;
|
||||
color: red;
|
||||
font-size: 200%;
|
||||
}
|
||||
|
||||
.donation-text{
|
||||
font-style: bold;
|
||||
color: white;
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
.donation-amount{
|
||||
|
||||
Reference in New Issue
Block a user