Changes to giftcard_templateb9a2d

ffff:90.194.3.110
ffff:90.194.3.110
24 days ago
updated index.scroll
index.scroll
Changed around line 1
- replace ADDRESS 1 Hermosa Beach
- replace AMOUNT $200
- replace A_URL https://en.wikipedia.org/wiki/Arrested_Development
- replace MERCHANT The Banana Stand
+ replace ADDRESS 1 Hermosa Beach
+ replace AMOUNT $200
+ replace A_URL https://en.wikipedia.org/wiki/Arrested_Development
+ replace MERCHANT The Banana Stand
- buildHtml
-
- style.css
-
- div#giftCard
- # Gift Card
- * AMOUNT
- class value
- * MERCHANT
- class merchantName
- * ADDRESS
- class address
- * MESSAGE
- class message
-
- qrcode A_URL
+ buildHtml
+
+ style.css
+
+ div#giftCard
+ # Gift Card
+ * AMOUNT
+ class value
+ * MERCHANT
+ class merchantName
+ * ADDRESS
+ class address
+ * MESSAGE
+ class message
+
+ qrcode A_URL
ffff:167.224.113.210
ffff:167.224.113.210
2 months ago
Updated index.scroll
index.scroll
Changed around line 1
- buildHtml
- replace MESSAGE Happy Birthday Gob!
+ replace MESSAGE Happy Birthday Gob!
+
+ buildHtml
- Make your own
- class banner
- https://hub.scroll.pub/index.html?template=gaggiftcard
-
Changed around line 20: div#giftCard
-
+
ffff:50.207.70.4
ffff:50.207.70.4
3 months ago
Updated style.css
style.css
Changed around line 12: body {
+ padding-top: 20px;
ffff:50.207.70.4
ffff:50.207.70.4
3 months ago
Updated style.css
style.css
Changed around line 1
+ .banner {
+ position: fixed;
+ left: 0;
+ right: 0;
+ top: 0;
+ height: 30px;
+ text-align: center;
+ }
+
ffff:50.207.70.4
ffff:50.207.70.4
3 months ago
Updated index.scroll
index.scroll
Changed around line 7: replace MESSAGE Happy Birthday Gob!
- button Make your own
+ Make your own
+ class banner
ffff:50.207.70.4
ffff:50.207.70.4
3 months ago
Updated index.scroll
index.scroll
Changed around line 1
- buildHtml
- replace ADDRESS 1 Hermosa Beach
- replace AMOUNT $200
- replace A_URL https://en.wikipedia.org/wiki/Arrested_Development
- replace MERCHANT The Banana Stand
- replace MESSAGE Happy Birthday Gob!
-
- style.css
-
- button Make your own
- https://hub.scroll.pub/index.html?template=gaggiftcard
-
- div#giftCard
- # Gift Card
- * AMOUNT
- class value
- * MERCHANT
- class merchantName
- * ADDRESS
- class address
- * MESSAGE
- class message
-
- qrcode A_URL
-
+ buildHtml
+ replace ADDRESS 1 Hermosa Beach
+ replace AMOUNT $200
+ replace A_URL https://en.wikipedia.org/wiki/Arrested_Development
+ replace MERCHANT The Banana Stand
+ replace MESSAGE Happy Birthday Gob!
+
+ style.css
+
+ button Make your own
+ https://hub.scroll.pub/index.html?template=gaggiftcard
+
+ div#giftCard
+ # Gift Card
+ * AMOUNT
+ class value
+ * MERCHANT
+ class merchantName
+ * ADDRESS
+ class address
+ * MESSAGE
+ class message
+
+ qrcode A_URL
+
ffff:50.207.70.4
ffff:50.207.70.4
3 months ago
Updated index.scroll
index.scroll
Changed around line 5: replace A_URL https://en.wikipedia.org/wiki/Arrested_Development
- // Change the below
+ style.css
- style.css
-
ffff:50.207.70.4
ffff:50.207.70.4
3 months ago
Updated style.css
style.css
Changed around line 1
+ body {
+ font-family: Arial, sans-serif;
+ background-color: #f0f0f0;
+ margin: 0;
+ padding: 0;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ min-height: 100vh;
+ }
- body {
- font-family: Arial, sans-serif;
- background-color: #f0f0f0;
- margin: 0;
- padding: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- min-height: 100vh;
- }
- #giftCard {
- background-color: #ffffff;
- border-radius: 10px;
- box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
- padding: 40px;
- text-align: center;
- max-width: 400px;
- width: 100%;
- }
- h1 {
- color: #2c3e50;
- font-size: 28px;
- margin-bottom: 20px;
- }
- .value {
- font-size: 48px;
- font-weight: bold;
- color: #e74c3c;
- margin-bottom: 20px;
- }
- .merchantName {
- font-size: 24px;
- color: #34495e;
- margin-bottom: 10px;
- }
- .address {
- color: #7f8c8d;
- margin-bottom: 20px;
- }
- .message {
- font-size: 18px;
- font-style: italic;
- color: #16a085;
- margin-bottom: 20px;
- }
+ #giftCard {
+ background-color: #ffffff;
+ border-radius: 10px;
+ box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
+ padding: 40px;
+ text-align: center;
+ max-width: 400px;
+ width: 100%;
+ }
+
+ h1 {
+ color: #2c3e50;
+ font-size: 28px;
+ margin-bottom: 20px;
+ }
+
+ .value {
+ font-size: 48px;
+ font-weight: bold;
+ color: #e74c3c;
+ margin-bottom: 20px;
+ }
+
+ .merchantName {
+ font-size: 24px;
+ color: #34495e;
+ margin-bottom: 10px;
+ }
+
+ .address {
+ color: #7f8c8d;
+ margin-bottom: 20px;
+ }
+
+ .message {
+ font-size: 18px;
+ font-style: italic;
+ color: #16a085;
+ margin-bottom: 20px;
+ }
ffff:50.207.70.4
ffff:50.207.70.4
3 months ago
Updated style.css
style.css
Changed around line 1
+
+ body {
+ font-family: Arial, sans-serif;
+ background-color: #f0f0f0;
+ margin: 0;
+ padding: 0;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ min-height: 100vh;
+ }
+ #giftCard {
+ background-color: #ffffff;
+ border-radius: 10px;
+ box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
+ padding: 40px;
+ text-align: center;
+ max-width: 400px;
+ width: 100%;
+ }
+ h1 {
+ color: #2c3e50;
+ font-size: 28px;
+ margin-bottom: 20px;
+ }
+ .value {
+ font-size: 48px;
+ font-weight: bold;
+ color: #e74c3c;
+ margin-bottom: 20px;
+ }
+ .merchantName {
+ font-size: 24px;
+ color: #34495e;
+ margin-bottom: 10px;
+ }
+ .address {
+ color: #7f8c8d;
+ margin-bottom: 20px;
+ }
+ .message {
+ font-size: 18px;
+ font-style: italic;
+ color: #16a085;
+ margin-bottom: 20px;
+ }
ffff:50.207.70.4
ffff:50.207.70.4
3 months ago
Updated style.css
style.css