Widget:QuestCard: Revision history

From Makerpedia

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

31 March 2025

30 March 2025

  • curprev 21:5221:52, 30 March 2025Ajhg talk contribs 539 bytes +539 Created page with "<script> var app = ()=>{ console.log('test'); } if(!window.widgets) window.widgets = []; window.widgets.push(app); </script> <style> .questCard{ position: relative; backgroundColor: var(--cc-blue); width:500px; height: 400px; border-radius: 20px; } .questContent { background-color: var(--cc-white); border-radius: 15px; position: absolute; left: 10px; top: 60px; width: 480px; height: 350px; } </style> <div class="questCard" id="quest<!--{$categ..."