User Tools

Site Tools


handleiding_nieuw:demo_project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
handleiding_nieuw:demo_project [2025/05/13 15:02] supporthandleiding_nieuw:demo_project [2025/05/13 15:03] (current) support
Line 80: Line 80:
 <button onclick="showNextProTip()"  <button onclick="showNextProTip()" 
         style="         style="
-          background-color: red !important;+          margin-top: 1em !important; 
 +          background-color: #2a7ae2 !important;
           color: black !important;           color: black !important;
 +          border: none !important;
           padding: 12px 20px !important;           padding: 12px 20px !important;
-          font-size: 1.1em !important; +          font-size: 1.05em !important; 
-          font-weight: bold !important;"> +          font-weight: bold !important; 
-  🎯 TEST Pro-tip knop+          border-radius: 6px !important; 
 +          cursor: pointer !important; 
 +          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important; 
 +          transition: background-color 0.3s, transform 0.2s !important;" 
 +        onmouseover="this.style.backgroundColor='#1a5fcc'; this.style.transform='translateY(-1px)'" 
 +        onmouseout="this.style.backgroundColor='#2a7ae2'; this.style.transform='none'"> 
 +  🎯 Toon volgende Pro-tip
 </button> </button>
  
handleiding_nieuw/demo_project.txt · Last modified: 2025/05/13 15:03 by support