Template:GetStartedHere: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
No edit summary
 
Line 1: Line 1:
{{#tag:html|
{{#tag:html|
<style>
.gsh-button {
  background-color: #021FE2;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  margin: 4px 2px;
  border-radius: 40px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.gsh-button:hover {
  background-color: #0017b0;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.3);
}
</style>
<div style="text-align: center;">
<div style="text-align: center;">
     <a href={{{link|}}}>
     <a href={{{link|}}}>
         <img src="https://developer.ridgerun.com/wiki/images/7/78/Get_started_here.png" alt="Get Started Here" style="border: none;" width="300"/>
         <button class="gsh-button"><b>Get Started Here!</b></button>
     </a>
     </a>
</div>
</div>

Latest revision as of 16:03, 11 September 2024


Usage

{{GetStartedHere|link=PAGE_URL}}