Skip to content

Commit e9660ba

Browse files
committed
Mobile Devices Setup Fixed
1 parent 00aeea5 commit e9660ba

File tree

3 files changed

+74
-83
lines changed

3 files changed

+74
-83
lines changed

commissions.html

Lines changed: 55 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -31,63 +31,61 @@ <h2>
3131
</ol>
3232
</table>
3333
<br>
34-
<div>
35-
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
36-
<input type="hidden" name="cmd" value="_cart">
37-
<input type="hidden" name="business" value="K3SZRLA45XYUC">
38-
<input type="hidden" name="display" value="1">
39-
<input
40-
type="image"
41-
src="https://cdn-icons-png.flaticon.com/512/3225/3225209.png"
42-
height="100px"
43-
name="submit"
44-
title="View your Cart"
45-
alt="PayPal View Cart"
46-
>
47-
</form>
48-
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
49-
<input type="hidden" name="cmd" value="_s-xclick">
50-
<input type="hidden" name="hosted_button_id" value="NUHMG8F7Q6HHY">
51-
<table>
52-
<tr>
53-
<td>
54-
<input type="hidden" name="on0" value="Select a Service">
55-
Select a Service
56-
</td>
57-
</tr>
58-
<tr>
59-
<td>
60-
<select name="os0">
61-
<option value="Menu/UI Design">
62-
Menu/UI Design ($20.00)
63-
</option>
64-
<option value="Gameplay Mechanic">
65-
Gameplay Mechanic ($30.00)
66-
</option>
67-
<option value="GameJolt Support">
68-
GameJolt Support ($50.00)
69-
</option>
70-
<option value="Easter Egg">
71-
Easter Egg ($10.00)
72-
</option>
73-
<option value="Bugfix">
74-
Bugfix ($5.00)
75-
</option>
76-
</select>
77-
</td>
78-
</tr>
79-
</table>
80-
<input type="hidden" name="currency_code" value="USD">
81-
<input
82-
type="image"
83-
src="https://lavendercottagecattery.co.uk/wp-content/uploads/2022/10/CITYPNG.COMDownload-PayPal-Yellow-Payment-Button-PNG-2100x770-2.png"
84-
height="100px"
85-
name="submit"
86-
title="Add to Cart"
87-
alt="Agregar al carrito"
88-
>
89-
</form>
90-
</div>
34+
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
35+
<input type="hidden" name="cmd" value="_cart">
36+
<input type="hidden" name="business" value="K3SZRLA45XYUC">
37+
<input type="hidden" name="display" value="1">
38+
<input
39+
type="image"
40+
src="https://cdn-icons-png.flaticon.com/512/3225/3225209.png"
41+
height="100px"
42+
name="submit"
43+
title="View your Cart"
44+
alt="PayPal View Cart"
45+
>
46+
</form>
47+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
48+
<input type="hidden" name="cmd" value="_s-xclick">
49+
<input type="hidden" name="hosted_button_id" value="NUHMG8F7Q6HHY">
50+
<table>
51+
<tr>
52+
<td>
53+
<input type="hidden" name="on0" value="Select a Service">
54+
Select a Service
55+
</td>
56+
</tr>
57+
<tr>
58+
<td>
59+
<select name="os0" id="items">
60+
<option value="Menu/UI Design">
61+
Menu/UI Design ($20.00)
62+
</option>
63+
<option value="Gameplay Mechanic">
64+
Gameplay Mechanic ($30.00)
65+
</option>
66+
<option value="GameJolt Support">
67+
GameJolt Support ($50.00)
68+
</option>
69+
<option value="Easter Egg">
70+
Easter Egg ($10.00)
71+
</option>
72+
<option value="Bugfix">
73+
Bugfix ($5.00)
74+
</option>
75+
</select>
76+
</td>
77+
</tr>
78+
</table>
79+
<input type="hidden" name="currency_code" value="USD">
80+
<input
81+
type="image"
82+
src="https://lavendercottagecattery.co.uk/wp-content/uploads/2022/10/CITYPNG.COMDownload-PayPal-Yellow-Payment-Button-PNG-2100x770-2.png"
83+
height="100px"
84+
name="submit"
85+
title="Add to Cart"
86+
alt="Agregar al carrito"
87+
>
88+
</form>
9189
<br>
9290
<hr>
9391
<footer></footer>

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ <h2>
3939
</p>
4040
<object id="media" data="socialmedia.svg"></object>
4141
<br>
42+
<br>
4243
<object data="donate.svg"></object>
4344
<br>
4445
<hr>

style.css

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ hr {
1818
}
1919

2020
p,
21-
ol,
22-
div {
21+
ol {
2322
font-size: 24px;
2423
width: 80%;
25-
padding: 1%;
2624
}
2725

2826
form {
2927
padding: 1%;
3028
}
3129

32-
object#media {
33-
scale: 0.7;
30+
@media (max-width: 800px) {
31+
object#media {
32+
display: none;
33+
}
3434
}
3535

3636
section#images img {
@@ -57,15 +57,23 @@ img#pfp2:hover {
5757
opacity: 0.6;
5858
}
5959

60-
input,
60+
footer,
61+
td {
62+
font-size: 20px;
63+
}
64+
6165
select,
62-
option,
6366
td {
64-
font-size: 28px;
67+
text-align: center;
6568
}
6669

67-
footer {
68-
font-size: 20px;
70+
select,
71+
option {
72+
font-size: 16px;
73+
}
74+
75+
select#items {
76+
width: 250px;
6977
}
7078

7179
nav a button {
@@ -84,19 +92,3 @@ nav a button:hover {
8492
nav {
8593
display: inline-flexbox;
8694
}
87-
88-
svg image {
89-
width: 100px;
90-
height: 100px;
91-
cursor: pointer;
92-
transform-origin: center;
93-
}
94-
95-
svg text {
96-
font-size: 48px;
97-
fill: white;
98-
}
99-
100-
svg {
101-
background-color: black;
102-
}

0 commit comments

Comments
 (0)