Skip to content

Commit

Permalink
Update donator.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinServer authored May 13, 2024
1 parent 4d7ef30 commit c845889
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion store/donator.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@
.text-inline {
display: inline-block;
}
.sale-text{
font-size: 30px;
font-weight: bold;
margin-top: 20px;
color: rgb(0,255,0);
}
</style>
</head>
<body>
Expand All @@ -79,7 +85,7 @@
<br>
<div class="med-text">$1/month, </div>
<p>renew on the first of every month</p>
<div class="med-text">or $10,</div>
<div class="med-text">or <s>$10</s> <span class="sale-text">SALE! $9,</div>
<p>one time payment</p>
<br>
<button class="button" onclick="purchasemonthly()">purchase monthly</button>
Expand Down

0 comments on commit c845889

Please sign in to comment.